davidradl commented on code in PR #26809: URL: https://github.com/apache/flink/pull/26809#discussion_r2215570305
########## 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: I am concerned about changing the default of an API, as this will result in change of behaviour for the user and could be seen as a regression. What was 10 seconds in now done globally. -- 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