You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Till Rohrmann (JIRA)" <ji...@apache.org> on 2017/01/26 15:31:24 UTC

[jira] [Created] (FLINK-5660) Not properly cleaning PendingCheckpoints up

Till Rohrmann created FLINK-5660:
------------------------------------

             Summary: Not properly cleaning PendingCheckpoints up
                 Key: FLINK-5660
                 URL: https://issues.apache.org/jira/browse/FLINK-5660
             Project: Flink
          Issue Type: Bug
          Components: State Backends, Checkpointing
    Affects Versions: 1.2.0, 1.3.0
            Reporter: Till Rohrmann
            Assignee: Till Rohrmann
             Fix For: 1.3.0, 1.2.1


When cleaning up a {{PendingCheckpoint}}, then it sometimes happens that not all state handles are properly discarded. The reason is that the discard operation is executed asynchronously but the synchronous {{discard}} call already cleans the task state collection.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)