1996fanrui commented on code in PR #23247:
URL: https://github.com/apache/flink/pull/23247#discussion_r1423542955


##########
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:
   Thanks @zhuzhurk for the quick feedback!
   
   I have updated it in the `dev&user` mail list. Let us wait for more feedback 
for a while. Also, I pause FLINK-33736 first. Therefore, I will remove the 
first commit from this PR and continue working on the rest of the JIRA for 
FLIP-364.
   
   [1] https://lists.apache.org/thread/6glz0d57r8gtpzq4f71vf9066c5x6nyw



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to