deniskuzZ commented on code in PR #4257:
URL: https://github.com/apache/hive/pull/4257#discussion_r1223026996
##########
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java:
##########
@@ -874,6 +876,9 @@ public enum ConfVars {
"testing only."),
HMS_HANDLER_INTERVAL("metastore.hmshandler.retry.interval",
"hive.hmshandler.retry.interval",
2000, TimeUnit.MILLISECONDS, "The time between HMSHandler retry
attempts on failure."),
+ HMS_HANDLER_PROXY_CLASS("metastore.hmshandler.proxy",
"hive.metastore.hmshandler.proxy",
Review Comment:
do we really need a config for that, since METASTORE_RETRYING_HANDLER_CLASS
it the only implementation at this moment?
--
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]