MINOR: Update zookeeper to 3.5.9 (#9977)

A few important fixes:
* ZOOKEEPER-3829: Zookeeper refuses request after node expansion
* ZOOKEEPER-3842: Rolling scale up of zookeeper cluster does not work with reconfigEnabled=false
* ZOOKEEPER-3830: After add a new node, zookeeper cluster won't commit any proposal if this new node is leader

Full release notes: https://zookeeper.apache.org/doc/r3.5.9/releasenotes.html

Reviewers: Chia-Ping Tsai <chia7712@gmail.com>
This commit is contained in:
Ismael Juma 2021-01-27 05:39:02 -08:00 committed by GitHub
parent fb6c7beb29
commit 5cf9cfcaba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ versions += [
spotlessPlugin: "5.8.2", spotlessPlugin: "5.8.2",
testRetryPlugin: "1.2.0", testRetryPlugin: "1.2.0",
zinc: "1.3.5", zinc: "1.3.5",
zookeeper: "3.5.8", zookeeper: "3.5.9",
zstd: "1.4.8-2" zstd: "1.4.8-2"
] ]
libs += [ libs += [