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 2015/12/01 14:18:11 UTC

[jira] [Created] (FLINK-3094) FileStateBackend does not clean up job-id checkpoint directory

Till Rohrmann created FLINK-3094:
------------------------------------

             Summary: FileStateBackend does not clean up job-id checkpoint directory
                 Key: FLINK-3094
                 URL: https://issues.apache.org/jira/browse/FLINK-3094
             Project: Flink
          Issue Type: Bug
    Affects Versions: 1.0.0
            Reporter: Till Rohrmann
            Priority: Minor


The {{FsStateBackend}} does not properly clean up the created jobID directories for the checkpoints after the has been successfully executed. The problem is that the {{AbstractFileState}} only deletes their parent directory (chk-xxx) but not the job-id directory upon discarding the state.



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