-
Notifications
You must be signed in to change notification settings - Fork 4.6k
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
Fix workflow instance restart failed due to duplicate key in varpool #16001
Fix workflow instance restart failed due to duplicate key in varpool #16001
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## dev #16001 +/- ##
============================================
+ Coverage 40.51% 40.58% +0.07%
- Complexity 5198 5216 +18
============================================
Files 1379 1380 +1
Lines 46116 46056 -60
Branches 4931 4916 -15
============================================
+ Hits 18682 18691 +9
+ Misses 25505 25439 -66
+ Partials 1929 1926 -3 ☔ View full report in Codecov by Sentry. |
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 ,if CI pass
...r-task-api/src/main/java/org/apache/dolphinscheduler/plugin/task/api/utils/VarPoolUtils.java
Show resolved
Hide resolved
...r-task-api/src/main/java/org/apache/dolphinscheduler/plugin/task/api/utils/VarPoolUtils.java
Outdated
Show resolved
Hide resolved
e877d2a
to
22249f1
Compare
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
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
Quality Gate passedIssues Measures |
Purpose of the pull request
Brief change log
Verify this pull request
Verify by manual.