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/09 13:40:04 UTC

[jira] [Created] (FLINK-6511) JobClient does not properly clean up BlobCache resources

Till Rohrmann created FLINK-6511:
------------------------------------

             Summary: JobClient does not properly clean up BlobCache resources
                 Key: FLINK-6511
                 URL: https://issues.apache.org/jira/browse/FLINK-6511
             Project: Flink
          Issue Type: Bug
          Components: Client
    Affects Versions: 1.3.0
            Reporter: Till Rohrmann


The {{JobClient}} creates a {{BlobCache}} to download user code jars from the {{BlobServer}} when trying to retrieve the user code class loader. This {{BlobCache}} won't be properly closed, though. I think it would be better to instantiate a {{BlobCache}} in the {{JobClient}} and close once the {{JobClient}} is being closed. 



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