[
https://issues.apache.org/jira/browse/FLINK-6495?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16015697#comment-16015697
]
ASF GitHub Bot commented on FLINK-6495:
---------------------------------------
Github user zentol commented on a diff in the pull request:
https://github.com/apache/flink/pull/3935#discussion_r117236057
--- Diff:
flink-core/src/main/java/org/apache/flink/configuration/AkkaOptions.java ---
@@ -28,31 +28,143 @@
@PublicEvolving
public class AkkaOptions {
+ public static String DEFAULT_AKKA_TRANSPORT_HEARTBEAT_INTERVAL = "1000
s";
+
+ public static String DEFAULT_AKKA_TCP_TIMEOUT = "20 s";
+
+ public static String DEFAULT_AKKA_WATCH_HEARTBEAT_INTERVAL = "10 s";
--- End diff --
These should be moved into the `defaultValue` clause of the config option.
They can be accessed from the ConfigOption using `ConfigOption#defaultValue()`.
> Migrate Akka configuration options
> ----------------------------------
>
> Key: FLINK-6495
> URL: https://issues.apache.org/jira/browse/FLINK-6495
> Project: Flink
> Issue Type: Sub-task
> Components: Distributed Coordination, Network
> Reporter: Chesnay Schepler
> Assignee: Fang Yong
>
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)