-
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
[Improvement][Master] Calculate the remainTime then we set the delay execution. #15012
Conversation
Run 'mvn spotless:apply' to fix these violations. |
Codecov Report
@@ Coverage Diff @@
## dev #15012 +/- ##
============================================
+ Coverage 38.89% 38.91% +0.02%
+ Complexity 4614 4611 -3
============================================
Files 1236 1236
Lines 43445 43415 -30
Branches 4805 4792 -13
============================================
- Hits 16897 16896 -1
+ Misses 24676 24646 -30
- Partials 1872 1873 +1
... and 24 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
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, the changed logic is more reasonable.
But I don't think this will cause bug if you find there exist something is not correct, you need to check if the clock is not correct. So I remove the bug label.
...g/apache/dolphinscheduler/server/master/rpc/LogicITaskInstanceDispatchOperationFunction.java
Show resolved
Hide resolved
worker fix task delay logic
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.
+1
Kudos, SonarCloud Quality Gate passed! |
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.
+1
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.
+1
Fix #15007