luoyuxia commented on issue #2648:
URL: https://github.com/apache/fluss/issues/2648#issuecomment-3884365705

   @litiliu Thanks for the analysis for the corner case that zombie tiering 
service will cause. Actually, to solve it, we will require iceberg to implement 
condition transaction commit. See https://github.com/apache/iceberg/issues/6514
   If condition transaction commit is support, such case will be solved like:
   1: Job A try to commit
   2: Job B try to commit
   3: Job A commit success
   4: Job B commit will fail since the snapshot id it try to commit has already 
be committed by JobA
   5: Job B refresh metadata, and do condition check, it will fail to do  
condition check.
   


-- 
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]

Reply via email to