rasgele commented on issue #15491: URL: https://github.com/apache/druid/issues/15491#issuecomment-1845182473
ZK is getting online then offline and then finally online. After the last successful connection, no progress was observed. I suspect that the initial request to ZK is somehow hung, and since no timeout is set on ZK client, it waits indefinitely. Guessing this based on this logline: `2023-12-01T05:15:53,975 INFO [main-EventThread] org.apache.zookeeper.ClientCnxn - zookeeper.request.timeout value is 0. feature enabled= ` Can that be the reason? -- 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]
