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

Aligning the retry mechanism for the repeatable cleanup and task restarts

    XMLWordPrintableJSON

Details

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mapohl Matthias Pohl
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: