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

2009-01-30 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-252: --- Resolution: Fixed Hadoop Flags: [Reviewed] Status: Resolved (was: Patch Av

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

2009-01-27 Thread Mahadev konar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mahadev konar updated ZOOKEEPER-252: Attachment: ZOOKEEPER-252.patch missed the test. > PurgeTxnLog is not handling the new

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

2009-01-27 Thread Mahadev konar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mahadev konar updated ZOOKEEPER-252: Status: Patch Available (was: Open) > PurgeTxnLog is not handling the new dataDir direc

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

2009-01-27 Thread Mahadev konar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mahadev konar updated ZOOKEEPER-252: Attachment: ZOOKEEPER-252.patch fixed a minor bug. > PurgeTxnLog is not handling the ne

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

2009-01-27 Thread Mahadev konar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mahadev konar updated ZOOKEEPER-252: Attachment: ZOOKEEPER-252.patch this patch adds a test and checks to see we have exactly

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

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

2009-01-26 Thread Mahadev konar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mahadev konar updated ZOOKEEPER-252: Attachment: ZOOKEEPER-252.patch had a bug in the last patch. > PurgeTxnLog is not handl

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

2009-01-26 Thread Mahadev konar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mahadev konar updated ZOOKEEPER-252: Attachment: (was: ZOOKEEPER-252.patch) > PurgeTxnLog is not handling the new dataDir

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

2009-01-26 Thread Mahadev konar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-252?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mahadev konar updated ZOOKEEPER-252: Attachment: ZOOKEEPER-252.patch this patch fixes the issue. It allows purgetxn to be cal