bluzy opened a new pull request, #6761:
URL: https://github.com/apache/iceberg/pull/6761

   FIx : https://github.com/apache/iceberg/issues/6750
   
   ## Situation
   
   1. A user create `RetryingMetaStoreClient` instance, use it, and release.
   2. B user get `RetryingMetaStoreClient` created from 1, try to use it for 
query to a table that A user doesn't have permission.
   3. Permission error is occured while getting table info from metastore 
server.
   
   ## Changes
   
   - Retry once outside of RetryingMetaStoreClient if `isConnectionException`
   - Add condition for `AccessControlException` in `isConnectionException`
   - Add retry limits and delay.


-- 
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: issues-unsubscr...@iceberg.apache.org

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


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

Reply via email to