From: Benjamin R. <br...@ya...> - 2008-06-06 21:42:12
|
No. Internally we use an atomic broadcast protocol (which is what Paxos would provide us) to keep the replicas in sync, but the protocol is much simpler than Paxos. We take advantage the fact that we use FIFO channels (TCP) and always use a leader along with some operational rules which results in a much simpler high performance protocol. ben Chen Zhuan wrote: > Hello, > > I was wondering whether ZooKeeper includes Paxos in its code. Can you > tell me which part of the code is about the Paxos? Maybe ZooKeeper may > provide a good chance for people to see how to implement Paxos > correctly and efficiently. > Thank you. > > ------------------------------------------------------------------------ > > ------------------------------------------------------------------------- > Check out the new SourceForge.net Marketplace. > It's the best place to buy or sell services for > just about anything Open Source. > http://sourceforge.net/services/buy/index.php > ------------------------------------------------------------------------ > > _______________________________________________ > Zookeeper-user mailing list > Zoo...@li... > https://lists.sourceforge.net/lists/listinfo/zookeeper-user > |