veghlaci05 commented on code in PR #4384:
URL: https://github.com/apache/hive/pull/4384#discussion_r1296882616
##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/txn/TxnStore.java:
##########
@@ -131,6 +134,21 @@ enum MUTEX_KEY {
int TIMED_OUT_TXN_ABORT_BATCH_SIZE = 50000;
+ String POOL_TX = "txnhandler";
+ String POOL_MUTEX = "mutex";
+ String POOL_COMPACTOR = "compactor";
Review Comment:
TxnStore is an interface so these are implicitly `public static final`.
--
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]