[GitHub] flink pull request #6270: [FLINK-9769][rest] Clear FileUpload attribute afte...

2018-07-06 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/flink/pull/6270 ---

[GitHub] flink pull request #6270: [FLINK-9769][rest] Clear FileUpload attribute afte...

2018-07-05 Thread zentol
GitHub user zentol opened a pull request: https://github.com/apache/flink/pull/6270 [FLINK-9769][rest] Clear FileUpload attribute after access ## What is the purpose of the change Prevents a resource leakage by clearing the `UPLOADED_FILES` attribute after accessing it.