szehon-ho commented on a change in pull request #2647:
URL: https://github.com/apache/hive/pull/2647#discussion_r712609215
##########
File path:
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/HMSHandler.java
##########
@@ -433,6 +433,7 @@ public void init() throws MetaException {
addAdminUsers();
currentUrl = MetaStoreInit.getConnectionURL(conf);
}
+ TxnUtils.initializeTxnStore(conf); // Must be before Metric services
start
Review comment:
Yea so if you trace HiveMetastore.startMetaStore() =>
RetryingHMSHandler.getProxy => HMSHandler.init() (so this makes it eager
initialization)
I thought putting it here fixes the test, but actually tests are still
running so maybe there are other test errors after.
--
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]