QuakeWang opened a new pull request, #9270:
URL: https://github.com/apache/paimon/pull/9270
### Purpose
Manifest rewrite paths could skip cleanup on `Error`, stop cleanup after the
first failure, or replace the original failure with an abort/delete exception.
This could leak active or rolled manifest files and hide the root cause.
Preserve the primary failure, attach cleanup failures as suppressed
exceptions, and continue cleaning all manifest writers and files across run
merge, external sort, block-aware merge, and legacy merge paths.
### Tests
- `mvn -pl paimon-core -DwildcardSuites=none
-Dtest=ManifestRewriteCleanupTest,ManifestFileTest,ManifestEntryRunMergeTest,ManifestFileMergerTest
test`
- `mvn -pl paimon-core -DskipTests verify`
--
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]