You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Ufuk Celebi (JIRA)" <ji...@apache.org> on 2016/11/03 15:31:01 UTC

[jira] [Created] (FLINK-5009) FS checkpoints leave empty directory

Ufuk Celebi created FLINK-5009:
----------------------------------

             Summary: FS checkpoints leave empty directory
                 Key: FLINK-5009
                 URL: https://issues.apache.org/jira/browse/FLINK-5009
             Project: Flink
          Issue Type: Bug
            Reporter: Ufuk Celebi


Run a job with FS state backend and enable checkpointing.

Cancel the job.

In the checkpoint directory, you have an empty directory with the job ID  ({{:checkpointDir>/:jobID}}).

The {{FsCheckpointStreamFactory}} creates this directory, but it is never called to clean it up again (in general, the stream factories have no hooks to do clean up).



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