You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Tigran Manasyan (Jira)" <ji...@apache.org> on 2023/06/15 09:06:00 UTC

[jira] [Created] (FLINK-32347) Exceptions from the CompletedCheckpointStore are not registered by the CheckpointFailureManager

Tigran Manasyan created FLINK-32347:
---------------------------------------

             Summary: Exceptions from the CompletedCheckpointStore are not registered by the CheckpointFailureManager 
                 Key: FLINK-32347
                 URL: https://issues.apache.org/jira/browse/FLINK-32347
             Project: Flink
          Issue Type: Bug
          Components: Runtime / Checkpointing
    Affects Versions: 1.17.1, 1.16.2, 1.15.3
            Reporter: Tigran Manasyan


Currently if an error occurs while saving a completed checkpoint in the {_}CompletedCheckpointStore{_}, _CheckpointCoordinator_ doesn't call _CheckpointFailureManager_ to handle the error. Such behavior leads to the fact, that errors from _CompletedCheckpointStore_ don't increase the failed checkpoints count and _'execution.checkpointing.tolerable-failed-checkpoints'_ option does not limit the number of errors of this kind in any way.

Possible solution may be to move the notification of _CheckpointFailureManager_ about successful checkpoint after storing completed checkpoint in the _CompletedCheckpointStore_ and providing the exception to the _CheckpointFailureManager_ in the {_}CheckpointCoordinator#{_}{_}[addCompletedCheckpointToStoreAndSubsumeOldest()|https://github.com/apache/flink/blob/master/flink-runtime/src/main/java/org/apache/flink/runtime/checkpoint/CheckpointCoordinator.java#L1440]{_} method.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)