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)