GitHub user lujiefsi opened a pull request: https://github.com/apache/zookeeper/pull/544
ZOOKEEPER-3009 : fix the related bugs in branch-3.4 The same problem that described in ZOOKEEPER-3009 also exists in branch-3.4, just as @hanm said. I pull a new request to fix it. The patch just make the related code of 3.4 be same as 3.5. please check!!! You can merge this pull request into a Git repository by running: $ git pull https://github.com/lujiefsi/zookeeper ZOOKEEPER-3009-3.4 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/zookeeper/pull/544.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 #544 ---- commit 82e310428268eedec58b0a88d1af9b9a265c999a Author: lujie <lujiefsi@...> Date: 2018-06-15T07:42:07Z fix the ZOOKEEPER-3009 in branch-3.4 ---- ---