[Feature-2815][server] One worker can belong to different workergroups#2934
Merged
qiaozhanwei merged 9 commits intoapache:devfrom Jul 13, 2020
Merged
[Feature-2815][server] One worker can belong to different workergroups#2934qiaozhanwei merged 9 commits intoapache:devfrom
qiaozhanwei merged 9 commits intoapache:devfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #2934 +/- ##
============================================
- Coverage 33.52% 33.38% -0.14%
+ Complexity 2393 2389 -4
============================================
Files 442 443 +1
Lines 20596 20648 +52
Branches 2522 2526 +4
============================================
- Hits 6905 6894 -11
- Misses 13029 13094 +65
+ Partials 662 660 -2
Continue to review full report at Codecov.
|
Closed
6ad6b5f to
476f787
Compare
Contributor
|
sorry for not review in time, please solve conflicting files first |
476f787 to
425fc00
Compare
Contributor
Author
|
Thx a lot for your review @dailidong , I've rebased the branch and resolved the conflicts. |
01c3958 to
c8e3891
Compare
CalvinKirs
reviewed
Jun 29, 2020
...-server/src/main/java/org/apache/dolphinscheduler/server/worker/registry/WorkerRegistry.java
Show resolved
Hide resolved
7c9acd0 to
f53450b
Compare
ddfea80 to
40f9f25
Compare
655570e to
8cf4cb1
Compare
qiaozhanwei
approved these changes
Jul 13, 2020
Contributor
qiaozhanwei
left a comment
There was a problem hiding this comment.
+1 please resove conflicting , Thx
|
Kudos, SonarCloud Quality Gate passed!
|
Contributor
Author
Hi, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is the purpose of the pull request
Implement one worker can belong to different workergroups(#2591 ) (#2815 )
Brief change log
worker.groupconf toworker.groupsserver/worker/config/WorkerConfig#workerGrouptoserver/worker/config/WorkerConfig#workerGroupsVerify this pull request
This change added tests and can be verified as follows: