himanshug edited a comment on issue #8578: parallel broker merges on fork join 
pool
URL: https://github.com/apache/incubator-druid/pull/8578#issuecomment-549904438
 
 
   @clintropolis thanks for all the benchmarks, I haven't had the opportunity 
to look at the new developments yet but get back to reviewing this week.
   
   one thing, I am not sure if taken care or not, many people run the druid 
processes inside docker containers where 
Runtime.getRuntime().availableProcessors() returns the available processors 
from host and not from the "container". ( 
https://bugs.openjdk.java.net/browse/JDK-8140793 , I think it has been changed 
in jdk10) .  Given the sensitivity of performance to availableProcessors() 
returned value, it might be good to make that area a bit configurable if not 
already. I will hopefully offer more specific suggestion when reviewing again.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to