GitHub user sumitagrawl opened a pull request:
https://github.com/apache/zookeeper/pull/474
ZOOKEEPER-2977: Concurrency for addAuth corrupts quorum packets
get copy of authInfo in ServerCnxn to avoid corrupt of quorum packets
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sumitagrawl/zookeeper branch-3.4
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/474.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #474
----
commit 870e2d98b1c5b8847b8f32c9d5f0a49ad696812c
Author: sumitagrawal <sumit.jecrc@...>
Date: 2018-02-26T15:52:46Z
ZOOKEEPER-2977: Concurrency for addAuth corrupts quorum packets
get copy of authInfo in ServerCnxn
----
---