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/02/05 18:37:34 UTC

[jira] [Closed] (FLINK-1482) BlobStore does not delete directories when process is killed

     [ https://issues.apache.org/jira/browse/FLINK-1482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Till Rohrmann closed FLINK-1482.
--------------------------------
    Resolution: Fixed

Fixed with e766dba3653bb942ff66bd9edc999237a77c2ea2

> BlobStore does not delete directories when process is killed
> ------------------------------------------------------------
>
>                 Key: FLINK-1482
>                 URL: https://issues.apache.org/jira/browse/FLINK-1482
>             Project: Flink
>          Issue Type: Bug
>            Reporter: Till Rohrmann
>
> The BlobStore (BlobCache + BlobServer) does not delete the blob store directory if it is not properly shutdown. This happens if one kills the process as it is done by Flink's start and stop shell scripts.
> We can solve the problem by registering a shutdown hook to do the cleanup. The shutdown hook has to delete a unique directory which has been created by the blob store.



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