Al-assad opened a new pull request, #63715: URL: https://github.com/apache/doris/pull/63715
## Proposed changes This PR ports the effective Docker runtime fixes from selectdb-core PRs: - https://github.com/selectdb/selectdb-core/pull/9228 - https://github.com/selectdb/selectdb-core/pull/9261 Changes: - Add DNS readiness gates before FE/BE startup in FQDN mode. - Add DNS checks to disaggregated FE/BE readiness probes before calling by FQDN. - Fix BE registration on dual-stack Kubernetes pods by using injected , falling back to the first address outside Kubernetes. - In disaggregated BE mode, use directly instead of resolving pod-0 by FQDN. - Log SQL/results and fail fast when backend registration fails. No FE registration-address behavior is changed. Existing and prestop behavior in apache/doris is kept unchanged. ## Validation - - - - - - - -- 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]
