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 2019/12/09 01:49:02 UTC

[GitHub] [flink] TisonKun opened a new pull request #10489: [FLINK-15134][client] Delete temporary files created in YarnClusterDescriptor

TisonKun opened a new pull request #10489: [FLINK-15134][client] Delete temporary files created in YarnClusterDescriptor
URL: https://github.com/apache/flink/pull/10489
 
 
   ## What is the purpose of the change
   
   We create temporary files for storing `flink-conf` & `JobGraph`. Although we ask for deleting them on exit, for a long running YarnClusterDescriptor it is possibly a resource leak. We can delete the file when they are no longer used. The delete hook will then silently fail on deletion but it is expected.
   
   ## Verifying this change
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   ## Does this pull request potentially affect one of the following parts:
   
   N/A
   
   ## Documentation
   
     - Does this pull request introduce a new feature? (no)
     - If yes, how is the feature documented? (not applicable)
   

----------------------------------------------------------------
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


With regards,
Apache Git Services