mirror of https://github.com/apache/kafka.git
KAFKA-9515: Upgrade ZooKeeper to 3.5.7 (#8125)
A couple of critical fixes: ZOOKEEPER-3644: Data loss after upgrading standalone ZK server 3.4.14 to 3.5.6 with snapshot.trust.empty=true ZOOKEEPER-3701: Split brain on log disk full (3.5) Full release notes: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12310801&version=12346098 Reviewers: Bill Bejeck <bbejeck@gmail.com>
This commit is contained in:
parent
b1449f683c
commit
2c0c2c595b
|
@ -113,7 +113,7 @@ versions += [
|
|||
spotbugsPlugin: "3.0.0",
|
||||
spotlessPlugin: "3.27.1",
|
||||
testRetryPlugin: "1.1.0",
|
||||
zookeeper: "3.5.6",
|
||||
zookeeper: "3.5.7",
|
||||
zstd: "1.4.4-7"
|
||||
]
|
||||
libs += [
|
||||
|
|
Loading…
Reference in New Issue