Skip to content

Commit

Permalink
Upgrade ZooKeeper to 3.5.7 (apache#6329)
Browse files Browse the repository at this point in the history
Upgrade ZK to latest stable version. In particular we need to include:

- Split brain on log disk full https://issues.apache.org/jira/browse/ZOOKEEPER-3701
- Data loss after upgrading standalone ZK server 3.4.14 to 3.5.6 with snapshot.trust.empty=true https://issues.apache.org/jira/browse/ZOOKEEPER-3644
(cherry picked from commit 5a8f420)
  • Loading branch information
merlimat authored and jiazhai committed May 17, 2020
1 parent 88d3b3d commit c6edf2d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion distribution/server/src/assemble/LICENSE.bin.txt
Original file line number Diff line number Diff line change
Expand Up @@ -497,7 +497,7 @@ The Apache Software License, Version 2.0
- io.vertx-vertx-core-3.4.1.jar
- io.vertx-vertx-web-3.4.1.jar
* Apache ZooKeeper
- org.apache.zookeeper-zookeeper-jute-3.5.6.jar
- org.apache.zookeeper-zookeeper-jute-3.5.7.jar

BSD 3-clause "New" or "Revised" License
* Google auth library
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ flexible messaging model and an intuitive client API.</description>
<commons-compress.version>1.19</commons-compress.version>

<bookkeeper.version>4.10.0</bookkeeper.version>
<zookeeper.version>3.5.6</zookeeper.version>
<zookeeper.version>3.5.7</zookeeper.version>
<netty.version>4.1.43.Final</netty.version>
<netty-tc-native.version>2.0.26.Final</netty-tc-native.version>
<storm.version>2.0.0</storm.version>
Expand Down
5 changes: 2 additions & 3 deletions pulsar-sql/presto-distribution/LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

Apache License
Version 2.0, January 2004
http://www.apache.org/licenses/
Expand Down Expand Up @@ -447,8 +446,8 @@ The Apache Software License, Version 2.0
- memory-0.8.3.jar
- sketches-core-0.8.3.jar
* Apache Zookeeper
- zookeeper-3.5.6.jar
- zookeeper-jute-3.5.6.jar
- zookeeper-3.5.7.jar
- zookeeper-jute-3.5.7.jar
* Apache Yetus Audience Annotations
- audience-annotations-0.5.0.jar
* Swagger
Expand Down

0 comments on commit c6edf2d

Please sign in to comment.