Skip to content

[Improvement][server] Update MasterSchedulerService.java#3226

Merged
davidzollo merged 1 commit intoapache:devfrom
amenglu:dev
Jul 17, 2020
Merged

[Improvement][server] Update MasterSchedulerService.java#3226
davidzollo merged 1 commit intoapache:devfrom
amenglu:dev

Conversation

@amenglu
Copy link
Copy Markdown
Contributor

@amenglu amenglu commented Jul 16, 2020

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();
}
'

@sonarqubecloud
Copy link
Copy Markdown

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities (and Security Hotspot 0 Security Hotspots to review)
Code Smell A 0 Code Smells

0.0% 0.0% Coverage
0.0% 0.0% Duplication

Copy link
Copy Markdown
Contributor

@davidzollo davidzollo left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@davidzollo
Copy link
Copy Markdown
Contributor

thanks for your first contribution, looking forward to your deep participation. if you need help, please send mail to dev@dolphinscheduler.apache.org or contact my wechat(510570367), when added, please tell me your github id, thx

@davidzollo davidzollo merged commit 178d8f8 into apache:dev Jul 17, 2020
@zhuangchong
Copy link
Copy Markdown
Contributor

+1

@davidzollo davidzollo changed the title Update MasterSchedulerService.java [Improvement][server] Update MasterSchedulerService.java Jul 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants