tillrohrmann commented on a change in pull request #9552: [FLINK-13884] Set 
default failure rate restart strategy delay to 0s
URL: https://github.com/apache/flink/pull/9552#discussion_r319032904
 
 

 ##########
 File path: 
flink-core/src/main/java/org/apache/flink/configuration/ConfigConstants.java
 ##########
 @@ -93,7 +93,12 @@
         * It can be specified using Scala's FiniteDuration notation: "1 min", 
"20 s".
         */
        @PublicEvolving
-       public static final String RESTART_STRATEGY_FAILURE_RATE_DELAY = 
"restart-strategy.failure-rate.delay";
 
 Review comment:
   I agree that changing the type is not a nice thing and I mainly followed 
#5031. But in order to do it properly I guess you are right that we need to 
create `RestartStrategyOptions`. I'll create a JIRA issue for it and base this 
PR on it.

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

Reply via email to