shuke987 opened a new pull request, #65233: URL: https://github.com/apache/doris/pull/65233
## Summary Backport merged master PR #64945 to branch-4.0. `test_schema_change_with_empty_rowset` calls `trigger_and_wait_compaction(tableName, "cumulative")` before the schema change. In Cloud mode, cumulative compaction can legally report `E-2010`, advance the cumulative point, and let base compaction handle delete-version rowsets. The old helper can keep waiting for the cumulative timestamp path and hit the 300s timeout even after valid progress. This cherry-pick keeps the branch-4.0 HTTP retry behavior in the helper and adds the #64945 E-2010 completion condition. ## Testing - [x] `git diff --check origin/branch-4.0..HEAD` - [x] Verified cherry-pick conflict resolution keeps branch-4.0 curl retry logic - [ ] `run buildall` -- 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]
