jhsenjaliya edited a comment on issue #2741:
URL: https://github.com/apache/iceberg/issues/2741#issuecomment-877875490


   yes. Opened: #2804 but there is an isuse using the `iMetastoeClient` 
interface. 
   Basically, the `RetryingMetaStoreClient` does not give direct 
`HiveMetastoreClient` object, instead it gives `com.sun.proxy.Proxy68` which 
the current implementation of  `CachedClientPool.run()` can not invoke due to 
the required type for function parameter would be `HiveMetastoreClient` but at 
runtime its `Proxy` object. So not sure how this can be handled. 
   
   Also I am seeing the `CachedClientPool.run()` already takes cares of 
reconnect ( refer: `HiveClientPool.reconnect()` ) so connection failure is 
handled there.


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