rakeshadr commented on a change in pull request #3180:
URL: https://github.com/apache/ozone/pull/3180#discussion_r824427565
##########
File path:
hadoop-ozone/common/src/main/java/org/apache/hadoop/ozone/om/OMConfigKeys.java
##########
@@ -292,4 +292,10 @@ private OMConfigKeys() {
public static final long OZONE_OM_ADMIN_PROTOCOL_WAIT_BETWEEN_RETRIES_DEFAULT
= 1000;
+ /**
+ * Default threshold configurations for OMLockMetrics.
+ */
+ public static final String OZONE_OM_LOCK_REPORTING_THRESHOLD_MS_KEY =
+ "ozone.om.lock.reporting.threshold.ms";
Review comment:
> TestOzoneConfigurationFields : This test is failing.
Please add the newly introduced configs to ozone-default.xml, because the
above test is doing assertion for the configs.
```
<property>
<name>ozone.om.lock.reporting.threshold.ms</name>
<value>3000</value>
<tag>OZONE, MANAGEMENT</tag>
<description>
....add description about the config....
</description>
</property>
```
--
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]