190 likes | 517 Views
Observations. Distributed systems always need some form of coordinationProgrammers cannot use locks correctlyMessage based coordination can be hard to use in some applications. Observations. Wishes. Observations. Simple, Robust, Good PerformanceTuned for Read dominant workloadsFamiliar models an
E N D
1. ZooKeeper A highly available, scalable, distributed, configuration, consensus, group membership, leader election, naming, and coordination service
Flavio Junqueira, Mahadev Konar, Andrew Kornev, Benjamin Reed
2. Observations Distributed systems always need some form of coordination Programmers cannot use locks correctly Message based coordination can be hard to use in some applications