davidradl commented on code in PR #26809: URL: https://github.com/apache/flink/pull/26809#discussion_r2273853091
########## flink-yarn/src/main/java/org/apache/flink/yarn/configuration/YarnConfigOptions.java: ########## @@ -110,16 +110,16 @@ public class YarnConfigOptions { public static final ConfigOption<Long> APPLICATION_ATTEMPT_FAILURE_VALIDITY_INTERVAL = key("yarn.application-attempt-failures-validity-interval") .longType() - .defaultValue(10000L) + .defaultValue(-1L) Review Comment: @liyude-tw that sounds reasonable, though I am not keen on changing defaults. Can deprecate the existing config and introduce a new config option, maybe including the word global in the config option name. I think this would be a cleaner way of doing this. -- 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. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org