You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Matthias Pohl (Jira)" <ji...@apache.org> on 2022/02/24 18:33:00 UTC

[jira] [Created] (FLINK-26359) Aligning the retry mechanism for the repeatable cleanup and task restarts

Matthias Pohl created FLINK-26359:
-------------------------------------

             Summary: Aligning the retry mechanism for the repeatable cleanup and task restarts
                 Key: FLINK-26359
                 URL: https://issues.apache.org/jira/browse/FLINK-26359
             Project: Flink
          Issue Type: Improvement
          Components: API / Core, Runtime / Configuration, Runtime / Coordination
    Affects Versions: 1.15.0
            Reporter: Matthias Pohl


Flink has two different classes for modelling retry strategies: {{org.apache.flink.util.concurrent.RetryStrategy}} and {{org.apache.flink.runtime.executiongraph.failover.flip1.RestartBackoffTimeStrategy}}. Both should be aligned. This would enable us to use the same retry strategies in different parts of the code and having an aligned user experience for this kind of logic.

See {{org.apache.flink.configuration.CleanupOptions}} and {{org.apache.flink.configuration.RestartStrategyOptions}}! Both provide redundant functionality to provide the same user experience. This should be cleaned up.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)