[Bug] [Master] Worker failover will cause task cannot be failover#10631
Merged
ruanwenjun merged 6 commits intoapache:devfrom Jun 28, 2022
Merged
[Bug] [Master] Worker failover will cause task cannot be failover#10631ruanwenjun merged 6 commits intoapache:devfrom
ruanwenjun merged 6 commits intoapache:devfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #10631 +/- ##
============================================
- Coverage 41.08% 40.96% -0.12%
+ Complexity 4898 4857 -41
============================================
Files 897 897
Lines 36239 36170 -69
Branches 3987 3988 +1
============================================
- Hits 14887 14818 -69
+ Misses 19890 19880 -10
- Partials 1462 1472 +10
Continue to review full report at Codecov.
|
Member
Author
|
@caishunfeng Please take a look. |
kezhenxu94
previously approved these changes
Jun 28, 2022
dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/OSUtils.java
Outdated
Show resolved
Hide resolved
dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/OSUtils.java
Outdated
Show resolved
Hide resolved
...-master/src/main/java/org/apache/dolphinscheduler/server/master/service/FailoverService.java
Outdated
Show resolved
Hide resolved
f980a4a to
3a8bde7
Compare
kezhenxu94
approved these changes
Jun 28, 2022
|
SonarCloud Quality Gate failed. |
zhongjiajie
pushed a commit
to zhongjiajie/dolphinscheduler
that referenced
this pull request
Jul 5, 2022
…ache#10631) * fix worker failover may lose event
ruanwenjun
added a commit
to ruanwenjun/dolphinscheduler
that referenced
this pull request
Jul 12, 2022
* [Bug] [Master] Worker failover will cause task cannot be failover (apache#10631) * fix worker failover may lose event Signed-off-by: ruanwenjun <wenjun@apache.org> * fix compile error * Fix t_ds_worker_group cannot find in startup
|
Can I ask if 10631 mainly fixes the master deadlock? |
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.








Purpose of the pull request
close #10630
Brief change log