You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2021/01/29 13:59:12 UTC

[GitHub] [flink] zentol commented on pull request #14777: [FLINK-21164][rest] Delete temporary jars

zentol commented on pull request #14777:
URL: https://github.com/apache/flink/pull/14777#issuecomment-769820821


   @tillrohrmann I updated the PR. `PackagedProgram` now implements `AutoClosable`, and all usages of `PackagedProgram#deleteExtractedLibraries` have been migrated to use `close()` instead.
   In FLINK-9844 we can then extend this method to also close the ClassLoader.
   
   I will also file a follow-up ticket to explicitly call close() in the entry points.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org