HDDS-636. Turn off ozone.metastore.rocksdb.statistics for now. Contributed by Arpit Agarwal.

This commit is contained in:
Arpit Agarwal 2018-10-11 17:21:27 -07:00
parent 0bc6d0484a
commit 50552479c4
2 changed files with 2 additions and 2 deletions

View File

@ -90,7 +90,7 @@ public final class OzoneConfigKeys {
"ozone.metastore.rocksdb.statistics"; "ozone.metastore.rocksdb.statistics";
public static final String OZONE_METADATA_STORE_ROCKSDB_STATISTICS_DEFAULT = public static final String OZONE_METADATA_STORE_ROCKSDB_STATISTICS_DEFAULT =
"ALL"; "OFF";
public static final String OZONE_METADATA_STORE_ROCKSDB_STATISTICS_OFF = public static final String OZONE_METADATA_STORE_ROCKSDB_STATISTICS_OFF =
"OFF"; "OFF";

View File

@ -514,7 +514,7 @@
<property> <property>
<name>ozone.metastore.rocksdb.statistics</name> <name>ozone.metastore.rocksdb.statistics</name>
<value>ALL</value> <value>OFF</value>
<tag>OZONE, OM, SCM, STORAGE, PERFORMANCE</tag> <tag>OZONE, OM, SCM, STORAGE, PERFORMANCE</tag>
<description> <description>
The statistics level of the rocksdb store. If you use any value from The statistics level of the rocksdb store. If you use any value from