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

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

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

Shang Yuanchun (Jira)
Till Rohrmann created FLINK-1482:
------------------------------------

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