-
Notifications
You must be signed in to change notification settings - Fork 29.1k
[SPARK-40070][BUILD] Upgrade Apache ZooKeeper to 3.8.0
#37507
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| log4j-api/2.18.0//log4j-api-2.18.0.jar | ||
| log4j-core/2.18.0//log4j-core-2.18.0.jar | ||
| log4j-slf4j-impl/2.18.0//log4j-slf4j-impl-2.18.0.jar | ||
| logback-classic/1.2.10//logback-classic-1.2.10.jar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Won't this conflict with log4j2?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also cc @viirya
| @@ -206,6 +208,7 @@ netty-common/4.1.77.Final//netty-common-4.1.77.Final.jar | |||
| netty-handler/4.1.77.Final//netty-handler-4.1.77.Final.jar | |||
| netty-resolver/4.1.77.Final//netty-resolver-4.1.77.Final.jar | |||
| netty-tcnative-classes/2.0.52.Final//netty-tcnative-classes-2.0.52.Final.jar | |||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is the difference between netty-tcnative-classes and netty-tcnative? netty 4.1.77 requires netty-tcnative-classes 2.0.52.Final
|
@bjornjorgensen Could you do some manually test using Maven with |
|
@LuciferYang Thank you. I have just run "ZooKeeper clients from 3.5.x onwards are fully compatible with 3.8.x servers. The upgrade from 3.6.x and 3.7.x can be executed as usual, no particular additional upgrade procedure is needed. ZooKeeper 3.8.x clients are compatible with 3.5.x, 3.6.x and 3.7.x servers as long as you are not using new APIs not present these versions." But should we upgrade to 3.6.3? or 3.7 or? |
### What changes were proposed in this pull request? Upgrade ZooKeeper to 3.6.3 ### Why are the changes needed? ZooKeeper 3.6.3 contains many bugfixes, such as a thread leak issue described in ZOOKEEPER-3706. FYI, https://zookeeper.apache.org/doc/r3.6.3/releasenotes.html - Why is 3.6.3 but not higher? - #37507 - #32572 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? existing tests and dependency check Closes #38733 from yaooqinn/SPARK-41211. Authored-by: Kent Yao <[email protected]> Signed-off-by: Kent Yao <[email protected]>
### What changes were proposed in this pull request? Upgrade ZooKeeper to 3.6.3 ### Why are the changes needed? ZooKeeper 3.6.3 contains many bugfixes, such as a thread leak issue described in ZOOKEEPER-3706. FYI, https://zookeeper.apache.org/doc/r3.6.3/releasenotes.html - Why is 3.6.3 but not higher? - apache#37507 - apache#32572 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? existing tests and dependency check Closes apache#38733 from yaooqinn/SPARK-41211. Authored-by: Kent Yao <[email protected]> Signed-off-by: Kent Yao <[email protected]>
### What changes were proposed in this pull request? Upgrade ZooKeeper to 3.6.3 ### Why are the changes needed? ZooKeeper 3.6.3 contains many bugfixes, such as a thread leak issue described in ZOOKEEPER-3706. FYI, https://zookeeper.apache.org/doc/r3.6.3/releasenotes.html - Why is 3.6.3 but not higher? - apache#37507 - apache#32572 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? existing tests and dependency check Closes apache#38733 from yaooqinn/SPARK-41211. Authored-by: Kent Yao <[email protected]> Signed-off-by: Kent Yao <[email protected]>
### What changes were proposed in this pull request? Upgrade ZooKeeper to 3.6.3 ### Why are the changes needed? ZooKeeper 3.6.3 contains many bugfixes, such as a thread leak issue described in ZOOKEEPER-3706. FYI, https://zookeeper.apache.org/doc/r3.6.3/releasenotes.html - Why is 3.6.3 but not higher? - apache#37507 - apache#32572 ### Does this PR introduce _any_ user-facing change? no ### How was this patch tested? existing tests and dependency check Closes apache#38733 from yaooqinn/SPARK-41211. Authored-by: Kent Yao <[email protected]> Signed-off-by: Kent Yao <[email protected]>
What changes were proposed in this pull request?
Upgrade Apache ZooKeeper from 3.6.2 to 3.8.0
Why are the changes needed?
SNYK want to Upgrade org.apache.zookeeper:zookeeper from 3.6.2 to 3.8.0
The recommended version is 4 versions ahead of your current version.
The recommended version was released 5 months ago, on 2022-02-25.
Releases notes.
Does this PR introduce any user-facing change?
No.
How was this patch tested?
Pass GA.