mdayakar commented on code in PR #6651:
URL: https://github.com/apache/hive/pull/6651#discussion_r3667266674


##########
standalone-metastore/metastore-common/src/main/java/org/apache/hadoop/hive/metastore/conf/MetastoreConf.java:
##########
@@ -2017,8 +2007,10 @@ public enum ConfVars {
             + "e.g. 
javax.net.ssl.trustStore=/tmp/truststore,javax.net.ssl.trustStorePassword=pwd.\n
 " +
             "If both this and the metastore.dbaccess.ssl.* properties are set, 
then the latter properties \n" +
             "will overwrite what was set in the deprecated property."),
-    METASTORE_NUM_STRIPED_TABLE_LOCKS("metastore.num.striped.table.locks", 
"hive.metastore.num.striped.table.locks", 32,
-        "Number of striped locks available to provide exclusive operation 
support for critical table operations like add_partitions."),
+    METASTORE_NUM_STRIPED_TABLE_LOCKS("metastore.num.striped.table.locks", 
"hive.metastore.num.striped.table.locks", 65536,
+        "Number of striped locks available to provide exclusive operation 
support for critical table operations like add_partitions.\n "
+            + "Here lock objects are lazily allocated and weakly referenced, 
so unused stripes will not impose memory cost.\n"

Review Comment:
   Changed accordingly.



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