tillrohrmann commented on a change in pull request #11963:
URL: https://github.com/apache/flink/pull/11963#discussion_r420643894



##########
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:
       It seems to be easily possible. I will add another commit which adds 
this functionality.




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


Reply via email to