Re: Review Request: ZOOKEEPER-965 - Add multi operation

2011-06-06 Thread Ted Dunning
I have a slight pending fix for the API. Other than that, I have not pending issue.s My battery is also dead. I will get a commit in later today. On Thu, Jun 2, 2011 at 4:12 PM, Benjamin Reed br...@yahoo-inc.com wrote: This is an automatically generated e-mail. To reply, visit:

[jira] [Commented] (ZOOKEEPER-1081) modify leader/follower code to correctly deal with new leader

2011-06-06 Thread Camille Fournier (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13044855#comment-13044855 ] Camille Fournier commented on ZOOKEEPER-1081: - I dunno that mockito would

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 =

Re: Potential bug with Leader.TRUNC?

2011-06-06 Thread Fournier, Camille F. [Tech]
Well the follower would get a full SNAP in that case, leaving a weird log state. Would be useful though to list the series of events that would cause such a scenario within the bounds of otherwise normal operating behavior (ie, all machine logs were created by members of this cluster during the

[jira] [Commented] (ZOOKEEPER-965) Need a multi-update command to allow multiple znodes to be updated safely

2011-06-06 Thread Marshall McMullen (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13044982#comment-13044982 ] Marshall McMullen commented on ZOOKEEPER-965: - Benjamin, I've just pushed

[jira] [Commented] (ZOOKEEPER-965) Need a multi-update command to allow multiple znodes to be updated safely

2011-06-06 Thread Ted Dunning (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13044991#comment-13044991 ] Ted Dunning commented on ZOOKEEPER-965: --- The jute-ly issue can only be corrected

[jira] [Commented] (ZOOKEEPER-992) MT Native Version of Windows C Client

2011-06-06 Thread Dheeraj Agrawal (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-992?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13044997#comment-13044997 ] Dheeraj Agrawal commented on ZOOKEEPER-992: --- Most of the compile error were

[jira] [Created] (ZOOKEEPER-1087) ForceSync VM arguement not working when set to no

2011-06-06 Thread Ankit Patel (JIRA)
ForceSync VM arguement not working when set to no --- Key: ZOOKEEPER-1087 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-1087 Project: ZooKeeper Issue Type: Bug Components:

zookeeper build error

2011-06-06 Thread Ma, Ming
Hi, I tried to use the instruction http://wiki.apache.org/hadoop/ZooKeeper/HowToContribute to build zookeeper using ant -Djavac.args=-Xlint -Xmaxwarns 1000 clean test tar and got this build error. Has anyone seen this? /svnroot/hadoop/zookeeper-trunk/build.xml:901: Execute failed:

Re: zookeeper build error

2011-06-06 Thread Patrick Hunt
The main build also builds the c client/tests. You need autoconf for that. Either install autoconf or try running just the java tests ant test-core-java Patrick On Mon, Jun 6, 2011 at 3:46 PM, Ma, Ming min...@ebay.com wrote: Hi, I tried to use the instruction

[jira] [Commented] (ZOOKEEPER-965) Need a multi-update command to allow multiple znodes to be updated safely

2011-06-06 Thread Marshall McMullen (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-965?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13045252#comment-13045252 ] Marshall McMullen commented on ZOOKEEPER-965: - I'm not sure I feel

[jira] [Updated] (ZOOKEEPER-335) zookeeper servers should commit the new leader txn to their logs.

2011-06-06 Thread Benjamin Reed (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-335?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Reed updated ZOOKEEPER-335: Attachment: ZOOKEEPER-335.patch zookeeper servers should commit the new leader txn to