rajarshisarkar commented on pull request #4166:
URL: https://github.com/apache/iceberg/pull/4166#issuecomment-1046645510


   > Now we don't really need a lock manager if lock-impl is not set. I think 
using a in-memory lock is also not needed. 
   If we implement a no-op lock manager for GlueCatalog and use that instead of 
the default in-memory lock manager if user did not specify any lock 
configuration. Any thoughts about this?
   
   Yes, we shouldn't require any lock managers unless we encounter the noop 
scenario. We can fallback to in-memory lock manager in that case.
   
   > True, but since this is using reflection and may not actually call 
versionId I think we need to be careful. We could check whether LOAD_VERSION_ID 
is a noop and require a lock implementation.
   
   Yes, I agree.


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