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 2022/01/17 12:19:10 UTC

[GitHub] [flink] tillrohrmann commented on a change in pull request #18194: [FLINK-25436] Let Dispatcher only retain recovered jobs in BlobServer

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



##########
File path: flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/Dispatcher.java
##########
@@ -195,6 +195,8 @@ public Dispatcher(
         this.dispatcherBootstrapFactory = checkNotNull(dispatcherBootstrapFactory);
 
         this.recoveredJobs = new HashSet<>(recoveredJobs);
+        this.blobServer.retainJobs(

Review comment:
       Yes, I think this is required. Good catch!




-- 
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: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org