dengzhhu653 commented on code in PR #6188:
URL: https://github.com/apache/hive/pull/6188#discussion_r2548194832
##########
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java:
##########
@@ -256,7 +256,9 @@ public String toString() {
ConfVars.PARTITION_ORDER_EXPR,
ConfVars.CAPABILITY_CHECK,
ConfVars.DISALLOW_INCOMPATIBLE_COL_TYPE_CHANGES,
- ConfVars.EXPRESSION_PROXY_CLASS
+ ConfVars.EXPRESSION_PROXY_CLASS,
+ ConfVars.METASTORE_S4U_NOWAIT_MAX_RETRIES,
+ ConfVars.METASTORE_S4U_NOWAIT_RETRY_SLEEP_INTERVAL
Review Comment:
make sense, before that I was thinking for the client re-connecting when the
two properties change.
but we can make it simpler, only `set metaconf:` will take effect, as these
are Metastore only properties
--
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]