404921490 opened a new issue, #12740:
URL: https://github.com/apache/iceberg/issues/12740

   ### Query engine
   
   _No response_
   
   ### Question
   
   If there are two transactions v3 and v4, and v3 processes slowly, after v4 
writes versionHintFile successfully, v3 calls delete, which will delete v4's 
file : 
   
   `Path tempVersionHintFile = metadataPath(UUID.randomUUID() + 
"-version-hint.temp");
         writeVersionToPath(fs, tempVersionHintFile, versionToWrite);
         fs.delete(versionHintFile, false /* recursive delete */);
         fs.rename(tempVersionHintFile, versionHintFile);`


-- 
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...@iceberg.apache.org.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org
For additional commands, e-mail: issues-h...@iceberg.apache.org

Reply via email to