nicolasraga1 commented on a change in pull request #16946:
URL: https://github.com/apache/flink/pull/16946#discussion_r695041118
##########
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:
Even though it is still an asynchronous completable future? Just to make
sure I follow, since it is performing an IO action even though it is not
blocking we should use the IOExecutor?
--
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]