dynamo concepts in depth pavlo baron codecentric ag
play

Dynamo concepts in depth. Pavlo Baron, codecentric AG Friday, - PowerPoint PPT Presentation

Dynamo concepts in depth. Pavlo Baron, codecentric AG Friday, August 31, 12 Pavlo Baron pavlo.baron@codecentric.de @pavlobaron Friday, August 31, 12 The shopping cart case Friday, August 31, 12 The 2 AM alarm call case Friday, August 31,


  1. Dynamo concepts in depth. Pavlo Baron, codecentric AG Friday, August 31, 12

  2. Pavlo Baron pavlo.baron@codecentric.de @pavlobaron Friday, August 31, 12

  3. The shopping cart case Friday, August 31, 12

  4. The 2 AM alarm call case Friday, August 31, 12

  5. The Tower of Babel case Friday, August 31, 12

  6. The Neo vs. Smiths case Friday, August 31, 12

  7. The Pavlo case Friday, August 31, 12

  8. Friday, August 31, 12

  9. So Dynamo isn’t about speed. It’s about immediate, reliable writes. It’s about operation relaxation. It’s about distribution and fault tolerance. It’s about almost linear scalability. Friday, August 31, 12

  10. Time and timestamps Friday, August 31, 12

  11. Clocks V(i), V(j): competing Conflict resolution: 1: siblings, client 2: merge, system 3: voting, system Friday, August 31, 12

  12. Vector clocks Node 1 1,0,0 2,2,0 3,2,0 4,3,3 Node 2 1,1,0 1,2,0 1,3,3 4,4,3 Node 3 1,0,1 1,2,2 1,2,3 4,3,4 Friday, August 31, 12

  13. Vector clocks Node 1 1,0,0,0 Node 2 1,1,0,0 1,2,0,0 1,3,0,3 Node 3 Node 4 1,0,1,0 1,0,2,0 1,0,0,1 1,2,0,2 1,2,0,3 Friday, August 31, 12

  14. O(1) for data lookups / delta tracking # Friday, August 31, 12

  15. Merkle Trees N, M: nodes HT(N), HT(M): hash trees M needs update: obtain HT(N) calc delta(HT(M), HT(N)) pull keys(delta) Friday, August 31, 12

  16. Node a.1 Merkle Trees a ab ac abc abd acb acc abe abd ada adb ab ad a Node a.2 Friday, August 31, 12

  17. Node a.1 Merkle Trees a ab abc abd abd ada adb ab ad a Node a.2 Friday, August 31, 12

  18. “Equal” nodes based decentralized distribution Friday, August 31, 12

  19. Consensus, agreement, voting, quorum Friday, August 31, 12

  20. Consistent hashing - the ring X bit integer space 0 <= N <= 2 ^ X or: 2 x Pi 0 <= A <= 2 x Pi x(N) = cos(A) y(N) = sin(A) Friday, August 31, 12

  21. Quorum V: vnodes holding a key W: write quorum R: read quorum DW: durable write quorum W > 0.5 * V R + W > V Friday, August 31, 12

  22. Insert key Key = “foo” (sloppy quorum) # = N, W = 2 replicate N ok Friday, August 31, 12

  23. Add node copy leave leave copy y p o leave c Friday, August 31, 12

  24. Lookup key (sloppy quorum) N Value = “bar” Key = “foo” # = N, R = 2 Friday, August 31, 12

  25. Remove node copy leave Friday, August 31, 12

  26. Gossip – node down/up Node 1 Node 2 update, read, update update 4 down 4 up Node 3 update read Node 4 Friday, August 31, 12

  27. Eventual consistency Friday, August 31, 12

  28. BASE Basically Available, Soft-state, Eventually consistent Opposite to ACID Friday, August 31, 12

  29. Read your write consistency FE1 FE2 write read write read v 2 v2 v 1 v1 v 1 v 2 v 3 Data store Friday, August 31, 12

  30. Session consistency FE Session 1 Session 2 write read write read v 2 v2 v 1 v1 v 1 v 2 v 3 Data store Friday, August 31, 12

  31. Monotonic read consistency FE1 FE2 read read read read read v 2 v2 v3 v 3 v4 v 1 v 2 v 3 v 4 Data store Friday, August 31, 12

  32. Monotonic write consistency FE1 FE2 write write read read v 1 v2 v 3 v3 v 1 v 2 v 3 v 4 Data store Friday, August 31, 12

  33. Eventual consistency FE2 FE1 read read read read write v 1 v2 v2 v3 v 3 v 1 v 2 v 3 Data store Friday, August 31, 12

  34. Hinted hando fg N: node, G: group including N node(N) is unavailable replicate to G or store data(N) locally hint hando fg for later node(N) is alive hando fg data to node(N) Friday, August 31, 12

  35. Direct Key = “foo”, # = N -> replica hando fg hint = true fails Key = “foo” N replicate Friday, August 31, 12

  36. Replica hando fg recovers Friday, August 31, 12

  37. All Key = “foo”, replicas # = N -> fail hando fg hint = true N Friday, August 31, 12

  38. All replicas hando fg recover replicate Friday, August 31, 12

  39. Friday, August 31, 12

  40. Latency is an adjustment screw Friday, August 31, 12

  41. Availability is an adjustment screw Friday, August 31, 12

  42. CAP – the variations CA – irrelevant CP – eventually unavailable o fg ering maximum consistency AP – eventually inconsistent o fg ering maximum availability Friday, August 31, 12

  43. CAP – the tradeo fg A C Friday, August 31, 12

  44. Replica 1 CP v 1 read write v 2 v 2 v 2 v 1 read Replica 2 Friday, August 31, 12

  45. Replica 1 CP (partition) v 1 read write v 2 v 2 v 1 read Replica 2 Friday, August 31, 12

  46. Replica 1 AP v 1 write v 2 v 2 read replicate v 1 read v 2 Replica 2 Friday, August 31, 12

  47. Replica 1 AP (partition) v 1 write v 2 v 2 read hint hando fg v 2 v 1 read Replica 2 Friday, August 31, 12

  48. Frequent structure changes Friday, August 31, 12

  49. Thank you Friday, August 31, 12

  50. Many graphics I’ve created myself Some images originate from istockphoto.com except few ones taken from Wikipedia and product pages Friday, August 31, 12

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend