You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "lamber-ken (JIRA)" <ji...@apache.org> on 2018/12/26 02:39:00 UTC

[jira] [Created] (FLINK-11218) fix the default restart delay value

lamber-ken created FLINK-11218:
----------------------------------

             Summary: fix the default restart delay value
                 Key: FLINK-11218
                 URL: https://issues.apache.org/jira/browse/FLINK-11218
             Project: Flink
          Issue Type: Improvement
          Components: Configuration
    Affects Versions: 1.6.2, 1.7.2
            Reporter: lamber-ken
            Assignee: lamber-ken


from 1.6.x version, default restart strategy was moved from ExcutionGraph to backend.

for now use NoOrFixedIfCheckpointingEnabledRestartStrategyFactory to generate default FixedDelayRestartStrategy, but the `{color:#660e7a}DEFAULT_RESTART_DELAY`{color}{color:#660e7a} {color}value is 0. {color:#660e7a}
{color}

it will endless _loop_ when a operator always throw error, it exhausts the CPU limit and MEM limit.

so default `{color:#660e7a}DEFAULT_RESTART_DELAY`{color}  value 10000L is better

 



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