You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Aljoscha Krettek (JIRA)" <ji...@apache.org> on 2017/11/17 16:17:00 UTC

[jira] [Created] (FLINK-8099) Reduce default restart delay to 1 second

Aljoscha Krettek created FLINK-8099:
---------------------------------------

             Summary: Reduce default restart delay to 1 second
                 Key: FLINK-8099
                 URL: https://issues.apache.org/jira/browse/FLINK-8099
             Project: Flink
          Issue Type: Bug
          Components: State Backends, Checkpointing
            Reporter: Aljoscha Krettek
            Assignee: Aljoscha Krettek
            Priority: Blocker
             Fix For: 1.4.0


Currently, when a job fails Flink will wait for 10 seconds until restarting the job. Even zero delay is a reasonable setting but will result in "flooding" the logs and quickly increasing the restart counter because at zero delay you will always see failures when no standby resources are available.

Reducing this to 1 second should make for a nicer out-of-box experience and not flood too much.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)