[
https://issues.apache.org/jira/browse/FLINK-8099?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16258983#comment-16258983
]
ASF GitHub Bot commented on FLINK-8099:
---------------------------------------
Github user aljoscha commented on the issue:
https://github.com/apache/flink/pull/5031
@tillrohrmann I turned the option into a `ConfigOption`, it's still in
`ConfigConstants`, though, but in the long-term the restart strategy options
should probably all be migrated to `ConfigOption` and live in their own
`RestartStrategyOptions`. What do you think?
> Reduce default restart delay to 1 second
> ----------------------------------------
>
> Key: FLINK-8099
> URL: https://issues.apache.org/jira/browse/FLINK-8099
> Project: Flink
> Issue Type: Improvement
> 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)