Hastyshell opened a new pull request, #61647: URL: https://github.com/apache/doris/pull/61647
# Proposed changes Issue Number: N/A ## Problem Summary: This ports the two enterprise delete fixes to upstream `master` in a clean branch based directly on `upstream/master`: - avoid poisoning delete latch status for non-`INVALID_ARGUMENT` realtime push failures, so quorum success can still commit - remove the extra half-timeout wait after delete already reaches `QUORUM_FINISHED` - add a FE unit test for delete push failure handling in `MasterImpl` ## Checklist(Required) 1. Does it affect the original behavior: Yes 2. Has unit tests been added: Yes 3. Has document been added or modified: No Need 4. Does it need to update dependencies: No 5. Are there any changes that cannot be rolled back: No ## Further comments Attempted local test: - `mvn -pl fe-core -Dtest=MasterImplDeleteTaskTest test -DfailIfNoTests=false` It is blocked in this environment due missing snapshot dependency `org.apache.doris:fe-foundation:1.2-SNAPSHOT` from configured Maven repositories. -- 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]
