hwanju commented on a change in pull request #14499: URL: https://github.com/apache/flink/pull/14499#discussion_r557506153
########## File path: flink-core/src/main/java/org/apache/flink/configuration/ClusterOptions.java ########## @@ -88,21 +93,28 @@ .build()); @Documentation.Section(Documentation.Sections.EXPERT_CLUSTER) - public static final ConfigOption<Boolean> HALT_ON_FATAL_ERROR = - key("cluster.processes.halt-on-fatal-error") + public static final ConfigOption<Boolean> HALT_ON_SYSTEM_EXIT = + key("cluster.processes.halt-on-system-exit") Review comment: No problem at all. Naming is hard and it's very simple change :) ---------------------------------------------------------------- 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