-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
[Optimization] Config module resource relation fix. #10718
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #10718 +/- ##
============================================
- Coverage 40.84% 40.61% -0.23%
+ Complexity 4826 4817 -9
============================================
Files 897 902 +5
Lines 36127 36221 +94
Branches 3987 3999 +12
============================================
- Hits 14755 14711 -44
- Misses 19907 20045 +138
Partials 1465 1465
Continue to review full report at Codecov.
|
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
...heduler-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/QueueServiceImpl.java
Outdated
Show resolved
Hide resolved
dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/Constants.java
Outdated
Show resolved
Hide resolved
Kudos, SonarCloud Quality Gate passed! |
...er-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/DataSourceServiceImpl.java
Show resolved
Hide resolved
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 check the all transaction you added
...r-api/src/main/java/org/apache/dolphinscheduler/api/service/impl/WorkerGroupServiceImpl.java
Show resolved
Hide resolved
Note: This PR will introduce some transaction bug, should be fixed at #10747 |
* Config module resource relation fix. * Boolean judge fix * e2e rerun * e2e rerun * e2e rerun * ArrayList fix * change variable name. * Add transaction processing on create data resource method
Purpose of the pull request
Brief change log
close #10717
Verify this pull request
Added CronUtilsTest to verify the change.
Manually verified the change by testing locally.