azagrebin commented on a change in pull request #11545: 
[FLINK-16742][runtime][dist] Extend and use BashJavaUtils to start JM JVM 
process and pass JVM memory args
URL: https://github.com/apache/flink/pull/11545#discussion_r400762255
 
 

 ##########
 File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/util/BashJavaUtils.java
 ##########
 @@ -43,6 +49,9 @@ public static void main(String[] args) throws Exception {
                        case GET_TM_RESOURCE_PARAMS:
                                getTmResourceParams(Arrays.copyOfRange(args, 1, 
args.length));
                                break;
+                       case GET_JM_RESOURCE_PARAMS:
+                               getJmResourceParams(Arrays.copyOfRange(args, 1, 
args.length));
 
 Review comment:
   String[] commandArgs = Arrays.copyOfRange(args, 1, args.length);

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to