xylaaaaa opened a new pull request, #62202:
URL: https://github.com/apache/doris/pull/62202
### What problem does this PR solve?
Issue Number: None
Related PR: None
Problem Summary: Regression pipelines spend a stable amount of teardown time
in graceful Doris shutdown because `stop_doris_grace()` waits for BE and FE
serially. This PR changes the helper to stop BE and FE in parallel by default
so the live TeamCity regression shells can pick it up immediately, while
keeping `DORIS_STOP_GRACE_PARALLEL=false` as a fallback switch for serial
comparison.
### Release note
None
### Check List (For Author)
- Test: Regression test / Manual test
- Regression test: `python
regression-test/pipeline/common/test_doris_utils.py`
- Manual test: `bash -n regression-test/pipeline/common/doris-utils.sh
regression-test/pipeline/cloud_p0/run.sh
regression-test/pipeline/vault_p0/run.sh`
- Behavior changed: Yes (graceful pipeline stop now defaults to parallel
BE/FE shutdown; set `DORIS_STOP_GRACE_PARALLEL=false` to restore serial
behavior)
- Does this need documentation: No
--
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]