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