dengzhhu653 commented on code in PR #6159:
URL: https://github.com/apache/hive/pull/6159#discussion_r2523417455


##########
standalone-metastore/metastore-server/src/main/java/org/apache/hadoop/hive/metastore/ObjectStore.java:
##########
@@ -344,8 +345,6 @@ private enum TXN_STATUS {
   private boolean areTxnStatsSupported = false;
   private PropertyStore propertyStore;
 
-  private static Striped<Lock> tablelocks;

Review Comment:
   Another point is the retry is random but at least 30ms, and the row is 
located by the primary key, so I guess the CPU overhead might not be so high as 
we think



-- 
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]

Reply via email to