Mahadev, Applying https://issues.apache.org/jira/browse/ZOOKEEPER-874 to 3.3.4 fails QuorumPeerMainTest .testHighestZxidJoinLate. Seems that truncate logic causes failure.
On Wed, Sep 5, 2012 at 2:15 PM, Mahadev Konar <[email protected]>wrote: > Mingyuan, > No that should not happen. In case that happens its a bug. > > thanks > mahadev > > On Tue, Sep 4, 2012 at 9:27 PM, anmingyuan <[email protected]> wrote: > > Is it possible that follower still hold uncommitted data after truncating > > and reloading? > > ZKDatabase.loadDataBase() loads data from the most recent snapshot, but > > FileTxnLog.truncate() doesn't delete the snapshot files corresponding to > > the deleted log files. > > > > > > -- > > With regards, > > Mingyuan AN > -- With regards, Mingyuan AN
