Skip to content

Commit

Permalink
Update dolphinscheduler-master/src/main/java/org/apache/dolphinschedu…
Browse files Browse the repository at this point in the history
…ler/server/master/cluster/ClusterManager.java

Co-authored-by: Wenjun Ruan <[email protected]>
  • Loading branch information
reele and ruanwenjun authored Nov 13, 2024
1 parent ab18761 commit 6d83c60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public void start() {
this.registryClient.subscribe(RegistryNodeType.MASTER.getRegistryPath(), masterClusters);
this.registryClient.subscribe(RegistryNodeType.WORKER.getRegistryPath(), workerClusters);
this.workerGroupChangeNotifier.subscribeWorkerGroupsChange(workerClusters);
this.workerGroupChangeNotifier.startScheduleThread();
this.workerGroupChangeNotifier.start();
log.info("ClusterManager started...");
}

Expand Down

0 comments on commit 6d83c60

Please sign in to comment.