dengzhhu653 commented on code in PR #6499:
URL: https://github.com/apache/hive/pull/6499#discussion_r3331437766
##########
standalone-metastore/metastore-client/src/main/java/org/apache/hadoop/hive/metastore/RetryingMetaStoreClient.java:
##########
@@ -109,9 +102,7 @@ protected RetryingMetaStoreClient(Configuration conf,
Map<String, Long> metaCall
public static IMetaStoreClient getProxy(
Configuration hiveConf, boolean allowEmbedded) throws MetaException {
- return getProxy(hiveConf, new Class[]{Configuration.class,
HiveMetaHookLoader.class, Boolean.class},
- new Object[]{hiveConf, null, allowEmbedded}, null,
HiveMetaStoreClient.class.getName()
- );
+ return new HiveMetaStoreClientBuilder(hiveConf,
allowEmbedded).withRetry(null).build();
Review Comment:
yes, this is the place HiveMetaStoreClientBuilder builds the retrying
Metastore client
--
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]