njnu-seafish commented on code in PR #17796:
URL: 
https://github.com/apache/dolphinscheduler/pull/17796#discussion_r2638550477


##########
dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/config/MasterConfig.java:
##########
@@ -74,6 +74,13 @@ public class MasterConfig implements Validator {
      */
     private String masterRegistryPath;
 
+    /**
+     * Configuration for the master's task dispatch timeout check mechanism.
+     * This controls whether the system enforces a time limit for dispatching 
tasks to workers,
+     * and if so, how long to wait before marking a task as failed due to 
dispatch timeout.
+     */
+    private MasterDispatchTimeoutCheckerConfig dispatchTimeoutChecker = new 
MasterDispatchTimeoutCheckerConfig();

Review Comment:
   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