kaijianding commented on issue #6702: Add SelfDiscoveryResource URL: https://github.com/apache/incubator-druid/pull/6702#issuecomment-443941730 @leventov Currently only broker/coordinator watches all compute nodes, according to #6683 , if a compute node self watches all other compute nodes to find itself (this is how current DruidNodeDiscovery works), the number of watches in zk can grow to huge number. Is it better to add similar listener mechanism when DruidNodeAnnouncer.announce(DiscoveryDruidNode) is called?
---------------------------------------------------------------- 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: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
