[improve-#13058]when task instance host is null,return friendly message#13093
[improve-#13058]when task instance host is null,return friendly message#13093fuchanghai wants to merge 3 commits intoapache:devfrom
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #13093 +/- ##
============================================
+ Coverage 39.21% 39.35% +0.14%
- Complexity 4273 4303 +30
============================================
Files 1069 1069
Lines 40301 40829 +528
Branches 4632 4837 +205
============================================
+ Hits 15804 16069 +265
- Misses 22719 22968 +249
- Partials 1778 1792 +14
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java
Outdated
Show resolved
Hide resolved
EricGao888
left a comment
There was a problem hiding this comment.
Is it possible that in some situations, the task host is null? In that case, the original message makes sense to me.
…/api/enums/Status.java thx Co-authored-by: Eric Gao <ericgao.apache@gmail.com>
|
Kudos, SonarCloud Quality Gate passed! |
@caishunfeng @SbloodyS PTAL |
It is possible in some unusual scenarios. |
|
This pull request has been automatically marked as stale because it has not had recent activity for 120 days. It will be closed in 7 days if no further activity occurs. |
|
This pull request has been closed because it has not had recent activity. You could reopen it if you try to continue your work, and anyone who are interested in it are encouraged to continue work on this pull request. |








Purpose of the pull request
when task instance host is null,return friendly message
Brief change log
task instance host is null#13058Verify this pull request
This pull request is code cleanup without any test coverage.
this close : #13058