heguanhui opened a new pull request, #58944:
URL: https://github.com/apache/doris/pull/58944
Add wait mechanism for TPCH data loading to prevent token competition
Fix token competition issue in load-tpch-data.sh where lineitem occupies all
tokens, blocking orders and partsupp imports. Add wait commands after each
table's import loop to ensure sequential processing of large tables.
### Check List (For Author)
- Test <!-- At least one of them must be included. -->
- [ ] Manual test (add detailed scripts or steps below)
- Behavior changed:
- [ ] No.
- Does this need documentation?
- [ ] No.
### Check List (For Reviewer who merge this PR)
- [ ] Confirm the release note
- [ ] Confirm test cases
- [ ] Confirm document
- [ ] Add branch pick label <!-- Add branch pick label that this PR should
merge into -->
--
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]