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/15 05:20:46 UTC

[GitHub] [iceberg] stevenzwu commented on issue #2308: Handle the case that RewriteFiles and RowDelta commit the transaction at the same time

stevenzwu commented on issue #2308:
URL: https://github.com/apache/iceberg/issues/2308#issuecomment-799099514


   > At the timestamp t1, the rewrite action commit the txn successfully.
   
   Is this a typo: t1 -> t4?
   
   In this case shouldn't the rewrite action commit fail due to conflict in opportunistic concurrency control?
   
   If the rewrite action took longer than the streaming write commit interval, there is a chance that rewrite action can stuck in the conflict-and-retry loop. It have to re-apply all the expensive rewrite computation based on the latest snapshot.


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