selectdb-robot opened a new pull request, #66989: URL: https://github.com/apache/doris/pull/66989
## Summary - centralize reserved host ports for every thirdparty Docker component - include DB2 port 50000 and all other published or host-network ports when `--reserve-ports` is enabled - merge and deduplicate ports for selected components, including implicitly enabled MySQL for Hive - add shell coverage for each component and merged port lists This prevents ephemeral host-port allocation from occupying fixed ports before thirdparty containers start. ## Validation - `bash docker/thirdparties/test/run-thirdparties-docker-reserved-ports-test.sh` - `bash docker/thirdparties/test/run-thirdparties-docker-hive-bootstrap-groups-test.sh` - `bash docker/thirdparties/test/juicefs-helpers-mirror-test.sh` - `bash -n docker/thirdparties/reserved-ports.sh docker/thirdparties/run-thirdparties-docker.sh docker/thirdparties/test/*.sh` - `git diff --check origin/master...HEAD` -- 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]
