tillrohrmann commented on a change in pull request #16946: URL: https://github.com/apache/flink/pull/16946#discussion_r695563383
########## File path: flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/Dispatcher.java ########## @@ -519,7 +519,7 @@ JobManagerRunner createJobManagerRunner(JobGraph jobGraph, long initializationTi return Acknowledge.get(); }, - jobManagerSharedServices.getScheduledExecutorService()); + jobManagerSharedServices.getFutureExecutor()); Review comment: I think that `Checkpoints.disposeSavepoint` can read from disk (also remote) and this can be blocking. Hence, my 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org