CalvinKirs commented on a change in pull request #6480:
URL: https://github.com/apache/dolphinscheduler/pull/6480#discussion_r725485367



##########
File path: 
dolphinscheduler-service/src/main/java/org/apache/dolphinscheduler/service/zk/ZookeeperConfig.java
##########
@@ -56,6 +58,9 @@
     private int maxWaitTime;
 
     public String getServerList() {
+        if(StringUtils.isNotBlank(System.getProperty("zookeeper.quorum"))){
+            return System.getProperty("zookeeper.quorum");
+        }

Review comment:
       Avoid modifying too much, do this temporarily and the dev version is OK.




-- 
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]


Reply via email to