Mryange opened a new pull request, #66100: URL: https://github.com/apache/doris/pull/66100
### What problem does this PR solve? Issue Number: None Related PR: None Problem Summary: CANCEL LOAD could not cancel a running Nereids INSERT because its load job was registered without table, authorization, query coordinator, or transaction metadata. Bind this metadata before execution, route cancellation to the insert coordinator, abort the transaction, and close the race where cancellation arrives before coordinator execution. ### Release note CANCEL LOAD now stops running Nereids INSERT statements and aborts their transactions. -- 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]
