Build failed in Hudson: ZooKeeper-trunk #228

2009-02-13 Thread Apache Hudson Server
See http://hudson.zones.apache.org/hudson/job/ZooKeeper-trunk/228/changes -- [...truncated 65289 lines...] [junit] 2009-02-13 11:51:04,560 - INFO [NIOServerCxn.Factory:33221:nioservercnxn$fact...@176] - NIOServerCnxn factory exited run method [jun

When is the AUTH_FAILED state entered?

2009-02-13 Thread Tom White
The AUTH_FAILED state in the ZooKeeper class never seems to be assigned to in the code. So the ZooKeeper client can never enter this state. Instead it looks like authentication errors are indicated by AuthFailedException (with code AUTHFAILED). Is this right? Either the AUTH_FAILED state should be

Re: When is the AUTH_FAILED state entered?

2009-02-13 Thread Patrick Hunt
You're right, it's never set. Please enter a JIRA assigned to 3.2 and we'll look into it. Patrick Tom White wrote: The AUTH_FAILED state in the ZooKeeper class never seems to be assigned to in the code. So the ZooKeeper client can never enter this state. Instead it looks like authentication er

Re: When is the AUTH_FAILED state entered?

2009-02-13 Thread Tom White
I've opened https://issues.apache.org/jira/browse/ZOOKEEPER-312 for this. Thanks, Tom On Fri, Feb 13, 2009 at 6:23 PM, Patrick Hunt wrote: > You're right, it's never set. Please enter a JIRA assigned to 3.2 and we'll > look into it. > > Patrick > > Tom White wrote: >> >> The AUTH_FAILED state in

[jira] Created: (ZOOKEEPER-312) AUTH_FAILED state is unused

2009-02-13 Thread Tom White (JIRA)
AUTH_FAILED state is unused --- Key: ZOOKEEPER-312 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-312 Project: Zookeeper Issue Type: Improvement Reporter: Tom White Fix For: 3.2.0 Eith

[jira] Updated: (ZOOKEEPER-303) Bin scripts don't work on Mac

2009-02-13 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-303?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-303: --- Affects Version/s: 3.1.0 Fix Version/s: 3.2.0 > Bin scripts don't work on Mac > --

[jira] Updated: (ZOOKEEPER-202) Phantom ephemeral node

2009-02-13 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-202: --- Fix Version/s: 3.0.0 > Phantom ephemeral node > -- > >

[ANNOUNCE] Apache ZooKeeper 3.1.0

2009-02-13 Thread Patrick Hunt
The Apache ZooKeeper team is proud to announce Apache ZooKeeper version 3.1.0. ZooKeeper is a high-performance coordination service for distributed applications. It exposes common services - such as naming, configuration management, synchronization, and group services - in a simple interface

[jira] Created: (ZOOKEEPER-313) Problem with successive leader failures when no client is connected

2009-02-13 Thread Sunanda Bera (JIRA)
Problem with successive leader failures when no client is connected Key: ZOOKEEPER-313 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-313 Project: Zookeeper Issue Ty

[jira] Updated: (ZOOKEEPER-313) Problem with successive leader failures when no client is connected

2009-02-13 Thread Patrick Hunt (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Patrick Hunt updated ZOOKEEPER-313: --- Fix Version/s: 3.1.1 > Problem with successive leader failures when no client is connected

[jira] Commented: (ZOOKEEPER-313) Problem with successive leader failures when no client is connected

2009-02-13 Thread Benjamin Reed (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12673409#action_12673409 ] Benjamin Reed commented on ZOOKEEPER-313: - excellent find! thanx for the test ca

[jira] Commented: (ZOOKEEPER-313) Problem with successive leader failures when no client is connected

2009-02-13 Thread Mahadev konar (JIRA)
[ https://issues.apache.org/jira/browse/ZOOKEEPER-313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12673432#action_12673432 ] Mahadev konar commented on ZOOKEEPER-313: - sunanda, can you try out our latest