Re: ZooDefs.Sync

2010-09-18 Thread Flavio Junqueira
Avinash, The sync() call flushes the pending updates between the leader and a follower. Check the "consistency guarantees" section here:http://hadoop.apache.org/zookeeper/docs/r3.3.1/zookeeperProgrammers.html-FlavioOn Sep 17, 2010, at 10:29 PM, Avinash Lakshman wrote:What is a Sync OpCode stand for

ZooDefs.Sync

2010-09-17 Thread Avinash Lakshman
What is a Sync OpCode stand for? In particular what does a LearnerSyncRequest represent? Thanks Avinash