[jira] Commented: (ZOOKEEPER-512) FLE election fails to elect leader

2009-10-27 Thread Mahadev konar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-512?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12770641#action_12770641 ] Mahadev konar commented on ZOOKEEPER-512: - +1 the patch looks good. FLE

[jira] Updated: (ZOOKEEPER-512) FLE election fails to elect leader

2009-10-27 Thread Mahadev konar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-512?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mahadev konar updated ZOOKEEPER-512: Resolution: Fixed Hadoop Flags: [Reviewed] Status: Resolved (was: Patch

Re: Possible race in LETest.java

2009-10-27 Thread Flavio Junqueira
Hi Henry, I don't understand how 1 and 2 do not end up electing 2 in your situation. If they exclude 3 in countVotes, then countVotes will end up returning 2 and not 3, assuming there is a vote for 2. What am I missing? The problem with QuorumPeer you're pointing at was also an issue with