[ 
https://issues.apache.org/jira/browse/ZOOKEEPER-438?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Patrick Hunt reassigned ZOOKEEPER-438:
--------------------------------------

    Assignee: Benjamin Reed  (was: Patrick Hunt)

Ben can you take a look at this? The basic problem is that the authinfo is sent 
to
the server during primeconnection, if the client adds auth after this, but 
before the
connection is fully established, the authinfo is not transmitted to the server 
until
the next reconnect. 

We should verify the c client as well.

> addauth fails to register auth on new client that's not yet connected
> ---------------------------------------------------------------------
>
>                 Key: ZOOKEEPER-438
>                 URL: https://issues.apache.org/jira/browse/ZOOKEEPER-438
>             Project: Zookeeper
>          Issue Type: Bug
>          Components: c client, java client
>            Reporter: Patrick Hunt
>            Assignee: Benjamin Reed
>            Priority: Blocker
>             Fix For: 3.2.0
>
>         Attachments: ZOOKEEPER-438.patch
>
>
> if addauth is called on a new client connection that's never connected to the 
> server, when the client does connect
> (syncconnected) the auth is not passed to the server. we should ensure we 
> addauth when the client connects or reconnects

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to