Uploaded image for project: 'Flink'
  1. Flink
  2. FLINK-11430

Incorrect Akka timeout syntax

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Minor
    • Resolution: Not A Problem
    • 1.7.0, 1.7.1
    • None
    • None
    • Hide
      Key Default Description
      akka.ask.timeout
      "10 s" Timeout used for all futures and blocking Akka calls. If Flink fails due to timeouts then you should try to increase this value. Timeouts can be caused by slow machines or a congested network. The timeout value requires a time-unit specifier (ms/s/min/h/d).
      Show
      Key Default Description akka.ask.timeout "10 s" Timeout used for all futures and blocking Akka calls. If Flink fails due to timeouts then you should try to increase this value. Timeouts can be caused by slow machines or a congested network. The timeout value requires a time-unit specifier (ms/s/min/h/d).

    Description

      The current documentation 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 however, it seems the correct format is [0-9]+ms|s|min|h|d (note the lack of spaces and quotes).

      Attachments

        Activity

          People

            xleesf leesf
            sinadoom Sina Madani
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: