klion26 commented on a change in pull request #6777: [FLINK-10461] [State
Backends, Checkpointing] Speed up download files when restore from DFS
URL: https://github.com/apache/flink/pull/6777#discussion_r241610539
##########
File path:
flink-runtime/src/main/java/org/apache/flink/runtime/concurrent/Executors.java
##########
@@ -59,6 +71,219 @@ public void execute(@Nonnull Runnable command) {
}
}
+ public static ExecutorService directExecutorService() {
Review comment:
sorry for forgetting to replace this.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services