v-wx-v commented on code in PR #13163:
URL:
https://github.com/apache/dolphinscheduler/pull/13163#discussion_r1046591709
##########
dolphinscheduler-bom/pom.xml:
##########
@@ -35,8 +35,8 @@
<mybatis-plus.version>3.5.2</mybatis-plus.version>
<quartz.version>2.3.2</quartz.version>
<druid.version>1.2.4</druid.version>
- <zookeeper.version>3.8.0</zookeeper.version>
- <curator.version>5.3.0</curator.version>
+ <curator.version>4.3.0</curator.version>
+ <zookeeper.version>3.4.14</zookeeper.version>
Review Comment:
1. The doc said that DS supports ZooKeeper (3.4.6+). If DS does not support
ZooKeeper 3.4 , please update the doc and shell.
2. Currently, ZooKeeper 3.4 has a large number of users. Only one can choose
between security and compatibility
3. The ZooKeeper 3.8.0 cannot avoid CVE (Vulnerabilities from dependencies)
also. Please see
https://mvnrepository.com/artifact/org.apache.zookeeper/zookeeper/3.8.0
--
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]