You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "leesf (JIRA)" <ji...@apache.org> on 2019/05/08 08:59:00 UTC

[jira] [Closed] (FLINK-11430) Incorrect Akka timeout syntax

     [ https://issues.apache.org/jira/browse/FLINK-11430?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

leesf closed FLINK-11430.
-------------------------
    Resolution: Not A Problem

> Incorrect Akka timeout syntax
> -----------------------------
>
>                 Key: FLINK-11430
>                 URL: https://issues.apache.org/jira/browse/FLINK-11430
>             Project: Flink
>          Issue Type: Task
>          Components: Documentation, Runtime / Coordination
>    Affects Versions: 1.7.0, 1.7.1
>            Reporter: Sina Madani
>            Assignee: leesf
>            Priority: Trivial
>
> The current [documentation|https://ci.apache.org/projects/flink/flink-docs-stable/ops/config.html] specifies the syntax for Akka timeouts to be in the form "[0-9]+ ms|s|min|h|d". However this doesn't work, leading to NumberFormatException or similar. Reading through the [Akka documentation|https://doc.akka.io/docs/akka/2.5/general/configuration.html] however, it seems the correct format is [0-9]+ms|s|min|h|d (note the lack of spaces and quotes).



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)