wangyang0918 commented on a change in pull request #10143: 
[FLINK-13184]Starting a TaskExecutor blocks the YarnResourceManager's main 
thread
URL: https://github.com/apache/flink/pull/10143#discussion_r344663861
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/clusterframework/BootstrapTools.java
 ##########
 @@ -381,7 +381,8 @@ public static String getTaskManagerShellCommand(
                        boolean hasLogback,
                        boolean hasLog4j,
                        boolean hasKrb5,
-                       Class<?> mainClass) {
+                       Class<?> mainClass,
 
 Review comment:
   @walterddr A agree with tison that it is an internal class.
   @TisonKun All the usage of `getTaskManagerShellCommand` has been updated to 
use the new args. So i think it is also easy to cherry-pick. If you insist, i 
will keep the old function.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to