ferenc-csaky commented on code in PR #22271:
URL: https://github.com/apache/flink/pull/22271#discussion_r1152007279
##########
flink-core/src/main/java/org/apache/flink/configuration/AkkaOptions.java:
##########
@@ -178,13 +170,12 @@ public static boolean
isForceRpcInvocationSerializationEnabled(Configuration con
.defaultValue(true)
.withDescription("Exit JVM on fatal Akka errors.");
- /** Milliseconds a gate should be closed for after a remote connection was
disconnected. */
- public static final ConfigOption<Long> RETRY_GATE_CLOSED_FOR =
- ConfigOptions.key("akka.retry-gate-closed-for")
- .longType()
- .defaultValue(50L)
- .withDescription(
- "Milliseconds a gate should be closed for after a
remote connection was disconnected.");
+ /** Retry outbound connection only after this backoff. */
+ public static final ConfigOption<String> OUTBOUND_RESTART_BACKOFF =
Review Comment:
Yeah, that makes sense. I also thought about using the value of
`retry-gate-closed-for` if that is set explicitly and
`outbound-restart-backoff` is missing.
--
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]