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 2018/12/01 17:38:51 UTC

[GitHub] kaijianding opened a new pull request #6698: do not watch unwanted tier's compute node in HttpServerInventoryView

kaijianding opened a new pull request #6698: do not watch unwanted tier's compute node in HttpServerInventoryView
URL: https://github.com/apache/incubator-druid/pull/6698
 
 
   broker should not connect to realtime/historical node if node's tier is not in broker's watching tiers. Currently, broker will connect to every compute node, and do the filter in addSegment(), which is too late and is big waste, we should do the filter early in serverAdded().
   
   would you like to review this? @himanshug 

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