Re: [jira] Updated: (ZOOKEEPER-252) PurgeTxnLog is not handling the new dataDir directory structure

2009-01-27 Thread Mahadev Konar
Hi Manos, I think I might have added the getDataDir and getSNapdir later than 3.0.1. So the patch would only apply to the trunk. Also the getdatadir is different than the datadir that's used in purgetxnlog. Its a versioned directory inside datadir (datadir/version-2 more specifically). mahadev

Re: [jira] Updated: (ZOOKEEPER-252) PurgeTxnLog is not handling the new dataDir directory structure

2009-01-27 Thread Manos Kapritsos
Hi guys, I am working on implementing a Byzantine Fault Tolerant module on top of Zookeeper. As part of our work, we run experiments on the unmodified version of Zookeeper. We noticed yesterday that the PurgeTxnLog does not work properly, and were surprised to find that you noticed it at the sa