Re: handling auth failure in java client

2010-08-19 Thread Patrick Hunt
Hi Camille, thanks for the submission! I've marked the jira as "patch available" (by clicking the "submit" link), someone will take a look (review). I see that you wrote a test as well, which is great. Thanks, Patrick On 08/19/2010 09:34 AM, Fournier, Camille F. [Tech] wrote: Hi all, I file

handling auth failure in java client

2010-08-19 Thread Fournier, Camille F. [Tech]
Hi all, I filed this ticket last week: https://issues.apache.org/jira/browse/ZOOKEEPER-844 Currently, the Java client ignores auth failures which is extremely problematic for the deployment I am preparing. I have written a patch to correct the problem by adding an AuthFailed KeeperState and che