szehon-ho edited a comment on pull request #3099:
URL: https://github.com/apache/iceberg/pull/3099#issuecomment-918751593


   @pvary and @rdblue  the change as we discussed, if you guys want to take a 
look.
   
   After doing some tests with it, one unexpected side effect to call out is 
that due to https://issues.apache.org/jira/browse/HIVE-13014, lock() is now 
explicitly not allowed to retry.  On the one hand, correct-ness wise it makes 
sense to avoid retry (its possible the server actually got the lock but does 
not return to the client, leaving a dangling lock).   On the other hand, it's a 
bit of a bummer as lock() is called quite frequently on Iceberg side on every 
commit and is a bit prone to random failures, ie 
https://issues.apache.org/jira/browse/HIVE-23052


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

Reply via email to