shuke987 opened a new pull request, #65373: URL: https://github.com/apache/doris/pull/65373
## Proposed changes Tighten `trigger_and_wait_compaction` so a changed compaction failure timestamp is not treated as successful completion. The E-2010 cumulative-to-base handoff remains accepted only through the existing handoff success condition. For normal compaction paths, completion now still requires the target success timestamp to advance. If the compaction has stopped and only the failure timestamp advanced, the helper fails fast with the old/new tablet status. ## Check List - [x] `git diff --check` - [x] Local Groovy condition simulation for success, failure-only, E-2010 waiting, and E-2010 completion paths -- 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]
