Browse Source

HDDS-599. Fix TestOzoneConfiguration TestOzoneConfigurationFields. Contributed by Sandeep Nemuri.

Nanda kumar 6 years ago
parent
commit
9e9915ddab
1 changed files with 0 additions and 21 deletions
  1. 0 21
      hadoop-hdds/common/src/main/resources/ozone-default.xml

+ 0 - 21
hadoop-hdds/common/src/main/resources/ozone-default.xml

@@ -1105,27 +1105,6 @@
     </description>
   </property>
 
-  <property>
-    <name>hdds.write.lock.reporting.threshold.ms</name>
-    <value>5000</value>
-    <tag>OZONE, DATANODE, MANAGEMENT</tag>
-    <description>
-      When a write lock is held for a long time, this will be logged as the
-      lock is released. This sets how long the lock must be held for logging
-      to occur.
-    </description>
-  </property>
-
-  <property>
-    <name>hdds.lock.suppress.warning.interval.ms</name>
-    <value>10000</value>
-    <tag>OZONE, DATANODE, MANAGEMENT</tag>
-    <description>
-      Instrumentation reporting long critical sections will suppress
-      consecutive warnings within this interval.
-    </description>
-  </property>
-
   <property>
     <name>hdds.command.status.report.interval</name>
     <value>30s</value>