[Fix-7538] [server] Fix when there is a forbidden node in dag, the execution flow is abnormal#7613
Merged
ruanwenjun merged 9 commits intoapache:devfrom Dec 28, 2021
Merged
[Fix-7538] [server] Fix when there is a forbidden node in dag, the execution flow is abnormal#7613ruanwenjun merged 9 commits intoapache:devfrom
ruanwenjun merged 9 commits intoapache:devfrom
Conversation
… dev � Conflicts: � dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteThread.java
added 2 commits
December 24, 2021 17:43
# Conflicts: # dolphinscheduler-master/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteThread.java
3 tasks
Codecov Report
@@ Coverage Diff @@
## dev #7613 +/- ##
============================================
- Coverage 41.15% 41.12% -0.03%
+ Complexity 3665 3662 -3
============================================
Files 641 641
Lines 26539 26546 +7
Branches 2967 2967
============================================
- Hits 10921 10918 -3
- Misses 14590 14601 +11
+ Partials 1028 1027 -1
Continue to review full report at Codecov.
|
ruanwenjun
requested changes
Dec 26, 2021
...er/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteThread.java
Outdated
Show resolved
Hide resolved
...er/src/main/java/org/apache/dolphinscheduler/server/master/runner/WorkflowExecuteThread.java
Show resolved
Hide resolved
added 3 commits
December 27, 2021 09:38
|
SonarCloud Quality Gate failed. |
caishunfeng
pushed a commit
to caishunfeng/dolphinscheduler
that referenced
this pull request
Jan 14, 2022
…node in dag, the execution flow is abnormal apache#7613
caishunfeng
pushed a commit
to caishunfeng/dolphinscheduler
that referenced
this pull request
Jan 14, 2022
…node in dag, the execution flow is abnormal apache#7613
zhongjiajie
pushed a commit
that referenced
this pull request
Jan 14, 2022
* [cherry-pick-2.0.3]Correct typo in English README #7695 * Update NOTICE year (#7784) * [BUG] Repair JDBC connection of Oracle (#7883) * [cherry-pick-2.0.3][Fix-7538] [server] Fix when there is a forbidden node in dag, the execution flow is abnormal #7613 * [cherry-pick-2.0.3][Fix-7825] Remedy the value of create time and update time to be current time when importing a process json file. #7828 * [FIX-7732][fix] fix column 'is_directory' of table `t_ds_resources` type error in PG database (#7898) Fix column 'is_directory' of table t_ds_resources type error in PG database This closes #7732 Co-authored-by: Brennan Fox <brnnnfx@users.noreply.github.com> Co-authored-by: Kirs <acm_master@163.com> Co-authored-by: X&Z <980813351@qq.com> Co-authored-by: caishunfeng <534328519@qq.com> Co-authored-by: 天仇 <532066967@qq.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








fix #7538;
While fixing the bug, I reformatted the code using checkStyle