RE: Fast leader election algorithm throws NPE and hangs

2008-08-19 Thread Flavio Junqueira
Anthony, Could you tell me how you're starting up the servers? Everything works fine in my setting, so I can't reproduce it. I'm starting up one server at a time, and my config is very similar to yours: clientPort=2181 quorumPort= electionPort=1112 tickTime=2000 initLimit=5 syncLimit=5 dataDir

Hudson build is back to normal: ZooKeeper-trunk #58

2008-08-19 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/58/changes

[jira] Commented: (ZOOKEEPER-82) Make the ZooKeeperServer more DI friendly

2008-08-19 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-82?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12623634#action_12623634 ] Hudson commented on ZOOKEEPER-82: - Integrated in ZooKeeper-trunk #58 (See [http://hudson

[jira] Commented: (ZOOKEEPER-111) significant cleanup of existing tests

2008-08-19 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12623633#action_12623633 ] Hudson commented on ZOOKEEPER-111: -- Integrated in ZooKeeper-trunk #58 (See [http://hud

[jira] Commented: (ZOOKEEPER-110) Build script relies on svnant, which is not compatible with subversion 1.5 working copies

2008-08-19 Thread Hudson (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-110?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12623635#action_12623635 ] Hudson commented on ZOOKEEPER-110: -- Integrated in ZooKeeper-trunk #58 (See [http://hud

[jira] Commented: (ZOOKEEPER-115) Potential NPE in QuorumCnxManager

2008-08-19 Thread Flavio Paiva Junqueira (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-115?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12623652#action_12623652 ] Flavio Paiva Junqueira commented on ZOOKEEPER-115: -- I have a patch for

[jira] Commented: (ZOOKEEPER-122) NPE in jute's Utils.toCSVString

2008-08-19 Thread Benjamin Reed (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12623743#action_12623743 ] Benjamin Reed commented on ZOOKEEPER-122: - +1 ready to commit > NPE in jute's U

[jira] Updated: (ZOOKEEPER-122) NPE in jute's Utils.toCSVString

2008-08-19 Thread Benjamin Reed (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Benjamin Reed updated ZOOKEEPER-122: Hadoop Flags: [Reviewed] > NPE in jute's Utils.toCSVString > ---

[jira] Updated: (ZOOKEEPER-122) NPE in jute's Utils.toCSVString

2008-08-19 Thread Mahadev konar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-122?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mahadev konar updated ZOOKEEPER-122: Resolution: Fixed Fix Version/s: 3.0.0 Status: Resolved (was: Patch Av

Re: Fast leader election algorithm throws NPE and hangs

2008-08-19 Thread Anthony Urso
On Tue, Aug 19, 2008 at 3:24 AM, Flavio Junqueira <[EMAIL PROTECTED]> wrote: > Anthony, Could you tell me how you're starting up the servers? Everything > works fine in my setting, so I can't reproduce it. I'm starting up one > server at a time, and my config is very similar to yours: I run this c