You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2018/09/21 09:04:31 UTC

[GitHub] TisonKun commented on issue #6661: FLINK-10282][runtime] Separate RPC and REST thread-pools

TisonKun commented on issue #6661: FLINK-10282][runtime] Separate RPC and REST thread-pools
URL: https://github.com/apache/flink/pull/6661#issuecomment-423466269
 
 
   Once introduce a new thread-pool to deal with REST tasks, we need to manage its lifecycle inside `WebMonitorEndpoint` instead of initial it at `ClusterEntrypoint`.
   To make it more clear, we should pass a argument that how much threads the thread-pool should contain instead of a `Executor`, and init `ExecutorService` in `WebMonitorEndpoint`. Also, when shutdown the endpoint, shutdown the service.

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


With regards,
Apache Git Services