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:
Ismael Juma 2020-02-17 07:51:26 -08:00 committed by GitHub
parent b1449f683c
commit 2c0c2c595b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ versions += [
spotbugsPlugin: "3.0.0", spotbugsPlugin: "3.0.0",
spotlessPlugin: "3.27.1", spotlessPlugin: "3.27.1",
testRetryPlugin: "1.1.0", testRetryPlugin: "1.1.0",
zookeeper: "3.5.6", zookeeper: "3.5.7",
zstd: "1.4.4-7" zstd: "1.4.4-7"
] ]
libs += [ libs += [