Skip to content

Commit

Permalink
KAFKA-12310: Update zookeeper to 3.5.9 (apache#9977)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
ijuma committed Feb 8, 2021
1 parent 8cef4cd commit 8378903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ versions += [
spotbugs: "3.1.12",
spotbugsPlugin: "3.0.0",
spotlessPlugin: "3.27.1",
zookeeper: "3.5.8",
zookeeper: "3.5.9",
zstd: "1.4.4-7"
]
libs += [
Expand Down

0 comments on commit 8378903

Please sign in to comment.