JingsongLi opened a new issue, #1302:
URL: https://github.com/apache/incubator-paimon/issues/1302

   ### Search before asking
   
   - [X] I searched in the 
[issues](https://github.com/apache/incubator-paimon/issues) and found nothing 
similar.
   
   
   ### Motivation
   
   In `GlobalFullCompactionSinkWrite.checkSuccessfulFullCompaction`, we have a 
loop to look at all snapshots.
   But if there is committer to expire snapshots, there may be 
`FileNotFoundException`. Same to `AbstractFileStoreWrite.prepareCommit`, there 
is a `snapshotManager.latestSnapshotOfUser(commitUser)`.
   
   We can avoid this exception, if not found a snapshot file, check earliest 
snapshot in the loop.
   
   ### Solution
   
   _No response_
   
   ### Anything else?
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [ ] I'm willing to submit a PR!


-- 
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: issues-unsubscr...@paimon.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to