Skip to content

Commit a073fd3

Browse files
authored
[Fix-17625][Dolphinscheduler on K8S]Fix can't reconnect zookeeper when PodIP change (#17270)
1 parent f6a27f1 commit a073fd3

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

dolphinscheduler-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -965,7 +965,7 @@
965965
</activation>
966966
<properties>
967967
<zookeeper.version>3.8.0</zookeeper.version>
968-
<curator.version>5.3.0</curator.version>
968+
<curator.version>5.5.0</curator.version>
969969
</properties>
970970
</profile>
971971
<profile>

dolphinscheduler-dist/release-docs/LICENSE

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -243,10 +243,10 @@ The text of each license is also included at licenses/LICENSE-[project].txt.
243243
commons-text 1.4: https://github.com/apache/commons-text, Apache 2.0
244244
cron-utils 9.1.6: https://mvnrepository.com/artifact/com.cronutils/cron-utils/9.1.6, Apache 2.0
245245
commons-lang3 3.12.0: https://mvnrepository.com/artifact/org.apache.commons/commons-lang3/3.12.0, Apache 2.0
246-
curator-client 5.3.0: https://mvnrepository.com/artifact/org.apache.curator/curator-client/5.3.0, Apache 2.0
247-
curator-framework 5.3.0: https://mvnrepository.com/artifact/org.apache.curator/curator-framework/5.3.0, Apache 2.0
248-
curator-recipes 5.3.0: https://mvnrepository.com/artifact/org.apache.curator/curator-recipes/5.3.0, Apache 2.0
249-
curator-test 5.3.0: https://mvnrepository.com/artifact/org.apache.curator/curator-test/5.3.0, Apache 2.0
246+
curator-client 5.5.0: https://mvnrepository.com/artifact/org.apache.curator/curator-client/5.5.0, Apache 2.0
247+
curator-framework 5.5.0: https://mvnrepository.com/artifact/org.apache.curator/curator-framework/5.5.0, Apache 2.0
248+
curator-recipes 5.5.0: https://mvnrepository.com/artifact/org.apache.curator/curator-recipes/5.5.0, Apache 2.0
249+
curator-test 5.5.0: https://mvnrepository.com/artifact/org.apache.curator/curator-test/5.5.0, Apache 2.0
250250
druid 1.2.20: https://mvnrepository.com/artifact/com.alibaba/druid/1.2.20, Apache 2.0
251251
metrics-core 4.2.11: https://mvnrepository.com/artifact/io.dropwizard.metrics/metrics-core, Apache 2.0
252252
error_prone_annotations 2.1.3 https://mvnrepository.com/artifact/com.google.errorprone/error_prone_annotations/2.1.3, Apache 2.0

tools/dependencies/known-dependencies.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ commons-math3-3.1.1.jar
4949
commons-net-3.6.jar
5050
commons-text-1.4.jar
5151
cron-utils-9.1.6.jar
52-
curator-client-5.3.0.jar
53-
curator-framework-5.3.0.jar
54-
curator-recipes-5.3.0.jar
52+
curator-client-5.5.0.jar
53+
curator-framework-5.5.0.jar
54+
curator-recipes-5.5.0.jar
5555
datasync-2.17.282.jar
5656
dnsjava-2.1.7.jar
5757
druid-1.2.20.jar

0 commit comments

Comments
 (0)