You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/11/22 06:12:09 UTC

[GitHub] [dolphinscheduler] dailidong commented on a change in pull request #6947: [DS-5229][feat] Implement server port custom config

dailidong commented on a change in pull request #6947:
URL: https://github.com/apache/dolphinscheduler/pull/6947#discussion_r753973643



##########
File path: dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/Constants.java
##########
@@ -41,7 +41,7 @@ private Constants() {
     /**
      * alter properties
      */
-    public static final int ALERT_RPC_PORT = 50052;
+    public static final String ALERT_RPC_PORT = "alter.rpc.port";

Review comment:
       alter.rpc.port? is it `alert.rpc.port`?




-- 
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: commits-unsubscribe@dolphinscheduler.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org