det101 commented on code in PR #17037:
URL: 
https://github.com/apache/dolphinscheduler/pull/17037#discussion_r1992836784


##########
dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/cluster/ClusterManager.java:
##########
@@ -48,9 +50,13 @@ public class ClusterManager {
     @Autowired
     private RegistryClient registryClient;
 
+    private final WorkerGroupTaskDispatchManager 
workerGroupTaskDispatchManager;
+
     public ClusterManager() {
         this.masterClusters = new MasterClusters();
         this.workerClusters = new WorkerClusters();
+        workerGroupTaskDispatchManager = new WorkerGroupTaskDispatchManager();

Review Comment:
   Sorry, I missed testing it. I have already modified



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