You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dolphinscheduler.apache.org by GitBox <gi...@apache.org> on 2021/02/15 14:20:29 UTC

[GitHub] [incubator-dolphinscheduler] zhuangchong commented on a change in pull request #4722: [Fix-4721][worker]The shell background starts the YARN task scenario, and the kill function is abnormal

zhuangchong commented on a change in pull request #4722:
URL: https://github.com/apache/incubator-dolphinscheduler/pull/4722#discussion_r576224158



##########
File path: dolphinscheduler-common/src/main/java/org/apache/dolphinscheduler/common/utils/StringUtils.java
##########
@@ -69,4 +72,40 @@ public static String defaultIfBlank(String str, String defaultStr) {
     public static boolean equalsIgnoreCase(String str1, String str2) {
         return str1 == null ? str2 == null : str1.equalsIgnoreCase(str2);
     }
+

Review comment:
       done.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org