abhishekagarwal87 commented on issue #14242: URL: https://github.com/apache/druid/issues/14242#issuecomment-1557168459
We have this setting `druid.global.http.eagerInitialization=false` that you can set in runtime properties. It will disable eager initialization of connections to master nodes. You don't need eager initialization in the path that doesn't involve querying. In querying path, we create connections eagerly so the query performance is high from the get go and doesn't suffer from connection initialization latency. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
