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 2017/05/10 11:08:04 UTC

[jira] [Created] (FLINK-6523) Improve lifecycle management of created BlobCaches in TaskManagerLogHandler and JobClient

Till Rohrmann created FLINK-6523:
------------------------------------

             Summary: Improve lifecycle management of created BlobCaches in TaskManagerLogHandler and JobClient
                 Key: FLINK-6523
                 URL: https://issues.apache.org/jira/browse/FLINK-6523
             Project: Flink
          Issue Type: Bug
          Components: Distributed Coordination
    Affects Versions: 1.3.0, 1.4.0
            Reporter: Till Rohrmann


Some components like the {{JobClient#retrieveClassLoader}} and {{TaskManagerLogHandler}} create {{BlobCaches}} to retrieve data from the {{BlobServer}}. These instances are created in a local context and their lifecycle is not properly managed. The cleanup/closing solely relies on the fact that their storage directory will be cleaned up eventually by a registered shutdown hook.

I think it would be better to properly implement a lifecycle management for these components and close them at an appropriate location in the code. E.g. one could pass in a shared {{BlobCache}} which is closed once the JobClient action is over.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)