KarmaGYZ commented on a change in pull request #11361: [FLINK-15727] Let
BashJavaUtils return dynamic configs and JVM parame…
URL: https://github.com/apache/flink/pull/11361#discussion_r391364036
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/util/BashJavaUtils.java
##########
@@ -74,13 +70,8 @@ private static Configuration
getConfigurationForStandaloneTaskManagers(String[]
*/
public enum Command {
/**
- * Get dynamic configs of task executor resources.
- */
- GET_TM_RESOURCE_DYNAMIC_CONFIGS,
-
- /**
- * Get JVM parameters of task executor resources.
+ * Get JVM parameters and dynamic configs of task executor
resources.
*/
- GET_TM_RESOURCE_JVM_PARAMS
+ GET_TM_RESOURCE_PARAMS
Review comment:
I prefer to keep it in case we add other utility functions in this class.
----------------------------------------------------------------
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