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_r319030716
##########
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 think this deserves to be a separate issue because it also requires
updating the failover strategy documentation where we currently list the
configuration values. The thing I want to improve is simply setting the default
value to `0s`.
----------------------------------------------------------------
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