v-wx-v commented on code in PR #13163:
URL:
https://github.com/apache/dolphinscheduler/pull/13163#discussion_r1059006711
##########
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:
@SbloodyS @EricGao888
1. Usually, upgrading dependencies versions is easy. But, I did not see the
need for this upgrade.
2. When using ZK 3.4.X, this upgrade caused major problems with not
installing and not running.
3. ZK is part of the infrastructure.Upgrading ZK should be well discussed
and should be done carefully
4. So I don't think it should be the "priority:low" label.
--
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]