tillrohrmann commented on a change in pull request #11963: URL: https://github.com/apache/flink/pull/11963#discussion_r420218333
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/taskexecutor/TaskExecutor.java ########## @@ -1364,6 +1365,7 @@ private void closeJob(JobTable.Job job, Exception cause) { jobManagerConnection -> disconnectJobManagerConnection(jobManagerConnection, cause)); job.close(); + blobCacheService.getPermanentBlobService().releaseJob(job.getJobId()); Review comment: This is correct. I actually wanted to do this as a future follow-up since the PR was already big enough. I'll check how much work it would be to change. ---------------------------------------------------------------- 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: us...@infra.apache.org