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

2021-04-22 Thread Flink Jira Bot (Jira)


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

Flink Jira Bot commented on FLINK-3094:
---

This issue has been labeled "stale-minor" for 7 days. It is closed now. If you 
are still affected by this or would like to raise the priority of this ticket 
please re-open, removing the label "auto-closed" and raise the ticket priority 
accordingly.

> 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
>  Components: Runtime / Checkpointing
>Affects Versions: 1.0.0
>Reporter: Till Rohrmann
>Priority: Minor
>  Labels: stale-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
(v8.3.4#803005)


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

2021-04-14 Thread Flink Jira Bot (Jira)


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

Flink Jira Bot commented on FLINK-3094:
---

This issue and all of its Sub-Tasks have not been updated for 180 days. So, it 
has been labeled "stale-minor". If you are still affected by this bug or are 
still interested in this issue, please give an update and remove the label. In 
7 days the issue will be closed automatically.

> 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
>  Components: Runtime / Checkpointing
>Affects Versions: 1.0.0
>Reporter: Till Rohrmann
>Priority: Minor
>  Labels: stale-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
(v8.3.4#803005)


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

2015-12-03 Thread Stephan Ewen (JIRA)

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

Stephan Ewen commented on FLINK-3094:
-

It is a bit tricky in the current design. The design works with no central 
coordination - the Checkpoint Coordinator is unaware of the state backend. This 
is good in the sense that it makes it easy to mix state backends in the runtime 
tasks.

With this comes, however, a lack of a hook that cleans up after job shutdown 
(proper shutdown, where checkpoint data should be removed).

> 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)