sk0x50 commented on code in PR #11023:
URL: https://github.com/apache/ignite/pull/11023#discussion_r1384607450
##########
parent/pom.xml:
##########
@@ -147,7 +147,7 @@
<yammer.metrics.core.version>2.2.0</yammer.metrics.core.version>
<yardstick.version>0.8.3</yardstick.version>
<zkclient.version>0.5</zkclient.version>
- <zookeeper.version>3.6.3</zookeeper.version>
+ <zookeeper.version>3.9.1</zookeeper.version>
Review Comment:
I would suggest upgrading this dependency to the 3.8.3 version. In
accordance with https://zookeeper.apache.org/releases.html, this is the last
stable version.
Unfortunately, this upgrade breaks the compilation. So, we need to
update/re-write some code in the zookeeper module as well.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]