You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/03/11 08:40:26 UTC

[GitHub] [iceberg] pvary commented on issue #2317: Corrupted Metadata when Catalog Fails During Commit

pvary commented on issue #2317:
URL: https://github.com/apache/iceberg/issues/2317#issuecomment-796568356


   As a Hive user I would hate if I have to handle Type 2 errors. Is this rare enough to leave unhandled?
   
   Just brainstorming:
   - If we want to avoid this situation we can acquire a shared lock for getting the snapshot as well. This would mean that during the swap operation we should wait until the write operation is either finished successfully or failed. Since ideally both swap and getting the snapshot is a very short operation this should not cause too much trouble.


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

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



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