-
Notifications
You must be signed in to change notification settings - Fork 4.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Optimize MasterServer, add MasterRPCService #10371
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good optimization, and some review comments here.
...main/java/org/apache/dolphinscheduler/server/master/processor/queue/TaskExecuteRunnable.java
Outdated
Show resolved
Hide resolved
...in/java/org/apache/dolphinscheduler/server/master/processor/queue/TaskExecuteThreadPool.java
Outdated
Show resolved
Hide resolved
...inscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/MasterServer.java
Outdated
Show resolved
Hide resolved
Codecov Report
@@ Coverage Diff @@
## dev #10371 +/- ##
============================================
- Coverage 40.56% 40.50% -0.07%
+ Complexity 4739 4736 -3
============================================
Files 869 871 +2
Lines 35273 35320 +47
Branches 3935 3936 +1
============================================
- Hits 14309 14305 -4
- Misses 19534 19588 +54
+ Partials 1430 1427 -3
Continue to review full report at Codecov.
|
…ler/server/master/processor/queue/TaskExecuteRunnable.java Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
…ler/server/master/processor/queue/TaskExecuteThreadPool.java Co-authored-by: caishunfeng <caishunfeng2021@gmail.com>
2119a1b
to
d4a000f
Compare
SonarCloud Quality Gate failed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
* Optimize MasterServer, avoid NPE
* Optimize MasterServer, avoid NPE (cherry picked from commit 3ecbee3)
Purpose of the pull request