dang-stripe opened a new issue #7864: URL: https://github.com/apache/pinot/issues/7864
After restarting a broker process, we noticed our brokers have their `/health` endpoint return 200s right after the process starts up. Queries sent to the broker during this time return with `BrokerResourceMissingError` in the exceptions field. This happens for 10-20s and then the `/health` endpoint will return 503 while I believe it builds its routing maps. We're concerned that our load balances might pick up brokers that are being restarted as healthy and were wondering if it's possible for them report 503 instead until it's ready to serve queries for all tables it's assigned to. -- 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]
