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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]