HDDS-636. Turn off ozone.metastore.rocksdb.statistics for now. Contributed by Arpit Agarwal.
This commit is contained in:
parent
0bc6d0484a
commit
50552479c4
|
@ -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";
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue