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/15 13:50:30 UTC

[GitHub] [dolphinscheduler] kezhenxu94 commented on a change in pull request #6850: [WIP] [DS-6849][MasterServer] fetch more commands and handle in parallel

kezhenxu94 commented on a change in pull request #6850:
URL: https://github.com/apache/dolphinscheduler/pull/6850#discussion_r749343434



##########
File path: dolphinscheduler-server/src/main/java/org/apache/dolphinscheduler/server/master/config/MasterConfig.java
##########
@@ -28,6 +28,8 @@
 @ConfigurationProperties("master")
 public class MasterConfig {
     private int listenPort;
+    private int masterFetchCommandNum;
+    private int masterPreExecThreads;

Review comment:
       What about stripping the prefix `master` because all configs in this section are all `master` config?




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