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

[jira] [Created] (FLINK-26236) Track and cap retries in ReconciliationStatus

Gyula Fora created FLINK-26236:
----------------------------------

             Summary: Track and cap retries in ReconciliationStatus
                 Key: FLINK-26236
                 URL: https://issues.apache.org/jira/browse/FLINK-26236
             Project: Flink
          Issue Type: Sub-task
          Components: Kubernetes Operator
            Reporter: Gyula Fora


At the moment we retry errors again and again indefinitely. As suggested by [~thw@apache.org] we should cap the number of retries (or the time spent retrying).

For this we can include a retrycount in the reconciliiation status,

Also we should distinguish fatal (like config errors) and recoverable errors with a different exception type and those should not be retried.



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