Sina Madani created FLINK-11430:
-----------------------------------
Summary: Incorrect Akka timeout syntax
Key: FLINK-11430
URL:
https://issues.apache.org/jira/browse/FLINK-11430 Project: Flink
Issue Type: Task
Components: Documentation
Affects Versions: 1.7.1, 1.7.0
Reporter: Sina Madani
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)