[Fix-10827] Fix network error cause worker cannot send message to master#10886
[Fix-10827] Fix network error cause worker cannot send message to master#10886ruanwenjun merged 3 commits intoapache:devfrom
Conversation
40588a9 to
cbef534
Compare
|
@caishunfeng This PR is ready to review, please take a look. |
Codecov Report
@@ Coverage Diff @@
## dev #10886 +/- ##
============================================
- Coverage 40.21% 40.18% -0.03%
+ Complexity 4846 4840 -6
============================================
Files 940 945 +5
Lines 36982 36974 -8
Branches 4033 4045 +12
============================================
- Hits 14871 14857 -14
- Misses 20620 20621 +1
- Partials 1491 1496 +5
Continue to review full report at Codecov.
|
|
Hi @ruanwenjun I found many changes in this pr is about |
I add a new class |
|
I will revert the name change related to command. |
cbef534 to
f525fb5
Compare
|
@caishunfeng I have reverted the rename change of command, please take a look. |
f525fb5 to
4057d32
Compare
caishunfeng
left a comment
There was a problem hiding this comment.
LGTM overall, some nip comments.
...in/java/org/apache/dolphinscheduler/server/master/processor/TaskExecuteRunningProcessor.java
Show resolved
Hide resolved
.../src/test/java/org/apache/dolphinscheduler/server/master/processor/TaskAckProcessorTest.java
Show resolved
Hide resolved
...er-worker/src/main/java/org/apache/dolphinscheduler/server/worker/message/MessageSender.java
Show resolved
Hide resolved
...r/src/main/java/org/apache/dolphinscheduler/server/worker/processor/TaskCallbackService.java
Outdated
Show resolved
Hide resolved
...-worker/src/main/java/org/apache/dolphinscheduler/server/worker/rpc/WorkerMessageSender.java
Outdated
Show resolved
Hide resolved
|
SonarCloud Quality Gate failed. |
…ter (apache#10886) * Fix network error cause worker cannot send message to master (cherry picked from commit cade66a)
…ter (apache#10886) * Fix network error cause worker cannot send message to master
…ter (apache#10886) (apache#21) * Fix network error cause worker cannot send message to master (cherry picked from commit cade66a)








Purpose of the pull request
close #10827
Rename some command to message, add sourceAddress and targetAddress in messageBrief change log
Verify this pull request
This pull request is code cleanup without any test coverage.
(or)
This pull request is already covered by existing tests, such as (please describe tests).
(or)
This change added tests and can be verified as follows: