azagrebin commented on issue #6777: [FLINK-10461] [State Backends, 
Checkpointing] Speed up download files when restore from DFS
URL: https://github.com/apache/flink/pull/6777#issuecomment-446148631
 
 
   @klion26 right, sorry for confusion.
   I think we should move `DirectExecutorService` into 
`org.apache.flink.runtime.concurrent`.
   We have already there `Executors.directExecutor()`. This could be 
deduplicated.
   `directExecutor()` could become `directExecutorService()` and return 
`DirectExecutorService` singleton as `ExecutorService` instead of `Executor`. 
Then `DirectExecutor` is not needed in `Executors`.
   
   Could you do it as a separate commit?

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to