Repository: hadoop Updated Branches: refs/heads/trunk 7367ff333 -> 9e9915dda
HDDS-599. Fix TestOzoneConfiguration TestOzoneConfigurationFields. Contributed by Sandeep Nemuri. Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/9e9915dd Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/9e9915dd Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/9e9915dd Branch: refs/heads/trunk Commit: 9e9915ddab7ff79224b075889f67c38920fde9f0 Parents: 7367ff3 Author: Nanda kumar <[email protected]> Authored: Tue Oct 9 18:23:05 2018 +0530 Committer: Nanda kumar <[email protected]> Committed: Tue Oct 9 18:23:05 2018 +0530 ---------------------------------------------------------------------- .../common/src/main/resources/ozone-default.xml | 21 -------------------- 1 file changed, 21 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/hadoop/blob/9e9915dd/hadoop-hdds/common/src/main/resources/ozone-default.xml ---------------------------------------------------------------------- diff --git a/hadoop-hdds/common/src/main/resources/ozone-default.xml b/hadoop-hdds/common/src/main/resources/ozone-default.xml index d7cbd75..aee471e 100644 --- a/hadoop-hdds/common/src/main/resources/ozone-default.xml +++ b/hadoop-hdds/common/src/main/resources/ozone-default.xml @@ -1106,27 +1106,6 @@ </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> <tag>OZONE, DATANODE, MANAGEMENT</tag> --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
