GitHub user anmolnar opened a pull request:
https://github.com/apache/zookeeper/pull/463
ZOOKEEPER-2939 Deal with maxbuffer as it relates to proposals - branch-3.5
build fix
@afine This PR is a fix for branch-3.5 builds. Please take this as high
priority.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/anmolnar/zookeeper ZOOKEEPER-2939_3.5
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/zookeeper/pull/463.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 #463
----
commit 57b20b92a949137897b19a0fd308750f0cb2a0ae
Author: Andor Molnar <andor@...>
Date: 2018-02-12T16:44:04Z
ZOOKEEPER-2939. Fix the build, because ClientBase.createEmptyTestDir() is
not available on this branch
----
---