zhuzhurk commented on code in PR #23247:
URL: https://github.com/apache/flink/pull/23247#discussion_r1423468479


##########
flink-core/src/main/java/org/apache/flink/configuration/RestartStrategyOptions.java:
##########
@@ -184,7 +184,7 @@ public class RestartStrategyOptions {
     public static final ConfigOption<Double> 
RESTART_STRATEGY_EXPONENTIAL_DELAY_BACKOFF_MULTIPLIER =
             
ConfigOptions.key("restart-strategy.exponential-delay.backoff-multiplier")
                     .doubleType()
-                    .defaultValue(2.0)
+                    .defaultValue(1.2)

Review Comment:
   1.5 sounds good to me. Yet I think we need to send the updates to the FLIP 
discussion ML and open another vote for it, in case it turned out to be a 
surprise for those who have reviewed and voted on the FLIP.



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

Reply via email to