baiyangzhuhong commented on code in PR #2462:
URL: 
https://github.com/apache/shardingsphere-elasticjob/pull/2462#discussion_r1879320445


##########
kernel/src/main/java/org/apache/shardingsphere/elasticjob/kernel/internal/schedule/JobScheduler.java:
##########
@@ -80,7 +82,15 @@ public JobScheduler(final CoordinatorRegistryCenter 
regCenter, final ElasticJob
         Collection<ElasticJobListener> jobListeners = 
getElasticJobListeners(this.jobConfig);
         setUpFacade = new SetUpFacade(regCenter, this.jobConfig.getJobName(), 
jobListeners);
         schedulerFacade = new SchedulerFacade(regCenter, 
this.jobConfig.getJobName());
-        jobFacade = new JobFacade(regCenter, this.jobConfig.getJobName(), 
jobListeners, findTracingConfiguration().orElse(null));
+        
+        // the single sharding scenario and specified SINGLE_SHARDING_BALANCE 
strategy

Review Comment:
   done



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