pjain1 commented on issue #15546: URL: https://github.com/apache/druid/issues/15546#issuecomment-1898959904
@layoaster not sure if its still relevant but you can use `/druid/historical/v1/readiness` in the `startupProbe` so until historical is ready to serve the queries it will not be in k8s `ready` state. liveness check can use `/status/health`, no need of having readiness probe in my opinion as broker sends query to historicals only after it has loaded all segments and its not related to k8s service at all. -- 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]
