tillrohrmann commented on a change in pull request #10658: [FLINK-15359] Remove 
unused YarnConfigOptions, Tests, Docs
URL: https://github.com/apache/flink/pull/10658#discussion_r365352138
 
 

 ##########
 File path: 
flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java
 ##########
 @@ -434,17 +434,6 @@
        @Deprecated
        public static final String YARN_REALLOCATE_FAILED_CONTAINERS = 
"yarn.reallocate-failed";
 
-       /**
-        * The maximum number of failed YARN containers before entirely stopping
-        * the YARN session / job on YARN.
-        *
-        * <p>By default, we take the number of initially requested containers.
-        *
-        * @deprecated in favor of {@code 
YarnConfigOptions#MAX_FAILED_CONTAINERS}.
-        */
-       @Deprecated
-       public static final String YARN_MAX_FAILED_CONTAINERS = 
"yarn.maximum-failed-containers";
-
 
 Review comment:
   Turning off the japicmp plugin check for `ConfigConstants` was a mistake.
   
   One could introduce a special `ConfigOption` which throws an exception if 
being used. That would have the same effect as breaking a program build after 
upgrading.

----------------------------------------------------------------
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


With regards,
Apache Git Services

Reply via email to