You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@druid.apache.org by GitBox <gi...@apache.org> on 2019/01/12 03:57:29 UTC

[GitHub] QiuMM commented on a change in pull request #6775: make thread pool size can be configured for loadqueuepeon

QiuMM commented on a change in pull request #6775: make thread pool size can be configured for loadqueuepeon
URL: https://github.com/apache/incubator-druid/pull/6775#discussion_r247301642
 
 

 ##########
 File path: services/src/main/java/org/apache/druid/cli/CliCoordinator.java
 ##########
 @@ -233,10 +233,14 @@ public LoadQueueTaskMaster getLoadQueueTaskMaster(
               ZkPathsConfig zkPaths
           )
           {
+            int poolSize = Integer.parseInt(properties.getProperty(
 
 Review comment:
   This parameter would be just used here and wouldn't be called in other classes, so there is no need to hold it in `DruidCoordinatorConfig`.

----------------------------------------------------------------
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

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@druid.apache.org
For additional commands, e-mail: commits-help@druid.apache.org