You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by "Bowen Li (JIRA)" <ji...@apache.org> on 2017/09/05 19:04:00 UTC

[jira] [Commented] (FLINK-7587) Flink doesn't delete checkpoint file's dir from s3

    [ https://issues.apache.org/jira/browse/FLINK-7587?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16154143#comment-16154143 ] 

Bowen Li commented on FLINK-7587:
---------------------------------

Looks like it's related to https://issues.apache.org/jira/browse/FLINK-7266

> Flink doesn't delete checkpoint file's dir from s3 
> ---------------------------------------------------
>
>                 Key: FLINK-7587
>                 URL: https://issues.apache.org/jira/browse/FLINK-7587
>             Project: Flink
>          Issue Type: Bug
>          Components: State Backends, Checkpointing
>    Affects Versions: 1.3.2
>            Reporter: Bowen Li
>            Assignee: Bowen Li
>             Fix For: 1.4.0
>
>
> We observed that, when deleting old checkpoint files, Flink failed to delete the dir of those checkpoint files. As a result, in our s3, we saw a bunch of the dirs with no files inside it:
> {code:java}
> - chk-100
> - chk-101
> - chk-102
> ...
> {code}
> I would expect that Flink should also delete the checkpoint file's dir while deleting the actual checkpoint files. 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)