nicolasraga1 commented on a change in pull request #16946:
URL: https://github.com/apache/flink/pull/16946#discussion_r695041373



##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/JobMasterServiceLeadershipRunnerFactory.java
##########
@@ -94,7 +94,7 @@ public JobManagerRunner createJobManagerRunner(
 
         final DefaultJobMasterServiceFactory jobMasterServiceFactory =
                 new DefaultJobMasterServiceFactory(
-                        jobManagerServices.getScheduledExecutorService(),
+                        jobManagerServices.getFutureExecutor(),

Review comment:
       Sound good, changing to ioExecutor

##########
File path: 
flink-runtime/src/main/java/org/apache/flink/runtime/dispatcher/JobMasterServiceLeadershipRunnerFactory.java
##########
@@ -94,7 +94,7 @@ public JobManagerRunner createJobManagerRunner(
 
         final DefaultJobMasterServiceFactory jobMasterServiceFactory =
                 new DefaultJobMasterServiceFactory(
-                        jobManagerServices.getScheduledExecutorService(),
+                        jobManagerServices.getFutureExecutor(),

Review comment:
       Sound good, changing to `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]


Reply via email to