-
Notifications
You must be signed in to change notification settings - Fork 5k
[Bug] [Master] fix State event handle error, get a unknown exception, will retry this event with IndexOutOfBoundsException #14361
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
Conversation
SbloodyS
left a comment
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.
Please link this PR to your issue.
done |
.../src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteRunnable.java
Outdated
Show resolved
Hide resolved
…ler/server/master/runner/WorkflowExecuteRunnable.java Co-authored-by: Wenjun Ruan <[email protected]>
.../src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteRunnable.java
Outdated
Show resolved
Hide resolved
…ler/server/master/runner/WorkflowExecuteRunnable.java Co-authored-by: Aaron Wang <[email protected]>
Codecov Report
@@ Coverage Diff @@
## dev #14361 +/- ##
============================================
- Coverage 38.49% 38.49% -0.01%
- Complexity 4560 4563 +3
============================================
Files 1237 1237
Lines 43538 43541 +3
Branches 4814 4813 -1
============================================
- Hits 16761 16760 -1
- Misses 24922 24929 +7
+ Partials 1855 1852 -3
... and 5 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
|
Kudos, SonarCloud Quality Gate passed! |








Purpose of the pull request
fix #14360
Brief change log
Verify this pull request
This pull request is code cleanup without any test coverage.