Akshat-Jain opened a new pull request, #18800: URL: https://github.com/apache/druid/pull/18800
### Description This PR fixes a race condition in standard ITs, where we were not waiting for MySQL readiness before starting Druid services. This caused intermittent IT failures when MySQL took 20+ seconds to initialize while coordinator exhausted its retries sooner than that. This PR adds Docker healthcheck to `druid-metadata-storage` and uses `condition: service_healthy` to ensure coordinator and overlord only start after MySQL is accepting connections. <hr> This PR has: - [x] been self-reviewed. -- 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]
