eemario commented on code in PR #27755:
URL: https://github.com/apache/flink/pull/27755#discussion_r2985373113
##########
flink-runtime/src/main/java/org/apache/flink/runtime/blob/PermanentBlobCache.java:
##########
@@ -505,6 +573,56 @@ public void run() {
}
}
}
+
+ // also clean up application blobs
+ runApplicationsCleanup();
+ }
+ }
+ }
+
+ private void runApplicationsCleanup() {
Review Comment:
Extracted a common method for cleaning up expired job and application blobs.
Thank you for the suggestion!
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]