amenglu opened a new pull request #3226:
URL: https://github.com/apache/incubator-dolphinscheduler/pull/3226
This change modify MasterSchedulerService.java
I Modified the comment and the code
'public void start(){
super.setName("MasterSchedulerThread");
super.start();
}
'
to
'public void start(){
super.setName("MasterSchedulerService");
super.start();
}
'
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]