JingsongLi commented on PR #9207: URL: https://github.com/apache/paimon/pull/9207#issuecomment-5302188761
- After `deleteQuietly` fails, the count of deleted files and bytes is still accumulated and the path is returned, causing Local, Flink, and Spark to falsely report success. - There is no lease commit between the two reachability scans and the actual deletion; concurrent compaction might commit a snapshot that re-references an old pack, which is subsequently deleted by GC, creating a window for data loss. -- 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]
