Potential bug with Leader.TRUNC?

2011-06-06 Thread Vishal Kher
Hi, In LearnerHandler, the code that sends TRUNC to the follower is shown below: *if (proposals.size() != 0) { *if ((maxCommittedLog >= peerLastZxid) && (minCommittedLog <= peerLastZxid)) { packetToSend = Lead

Re: Potential bug with Leader.TRUNC?

2011-06-06 Thread Fournier, Camille F. [Tech]
last round of healthy operation). Should this ever happen at all? C - Original Message - From: Vishal Kher To: dev@zookeeper.apache.org Sent: Mon Jun 06 13:11:05 2011 Subject: Potential bug with Leader.TRUNC? Hi, In LearnerHandler, the code that sends TRUNC to the follower is shown