rakeshadr commented on code in PR #3310:
URL: https://github.com/apache/ozone/pull/3310#discussion_r855085479
##########
hadoop-hdds/common/src/main/resources/ozone-default.xml:
##########
@@ -2819,6 +2819,15 @@
</description>
</property>
+ <property>
+ <name>ozone.om.enable.key.path.lock</name>
+ <tag>OZONE, OM</tag>
+ <value>false</value>
+ <description>If true, the fine-grained KEY_PATH_LOCK functionality is
enabled.
+ If false, it is disabled.
Review Comment:
You can say,
Defaults to false.
##########
hadoop-hdds/common/src/main/resources/ozone-default.xml:
##########
@@ -2819,6 +2819,15 @@
</description>
</property>
+ <property>
+ <name>ozone.om.enable.key.path.lock</name>
Review Comment:
Please rename this property `ozone.om.enable.key.path.lock` to`
ozone.om.key.path.lock.enabled`.
Also, please rename the corresponding items
-> `OZONE_OM_ENABLE_KEY_PATH_LOCK` to `OZONE_OM_KEY_PATH_LOCK_ENABLED`.
-> `getKeyPathLock() `to `getKeyPathLockEnabled()`
--
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]