JingsongLi commented on PR #8631: URL: https://github.com/apache/paimon/pull/8631#issuecomment-5289837271
During a "delete-only sort compact" operation, if the commit fails but another compaction process has already deleted the same input files, `isBatchCompactCommitSucceeded` incorrectly determines that the current operation succeeded. Consequently, it skips the abort step, resulting in a leak of the DV index file generated during the operation. Minimal test case for stable reproduction: expected `false`, actual `true`. -- 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]
