Details
-
Bug
-
Status: Resolved
-
Trivial
-
Resolution: Fixed
-
None
-
None
-
None
Description
In ozone-default.xml, hdds.datanode.metadata.rocksdb.cache.size has the following default value description:
<property> <name>hdds.datanode.metadata.rocksdb.cache.size</name> <value>64MB</value> <tag>OZONE, DATANODE, MANAGEMENT</tag> <description> Size of the block metadata cache shared among RocksDB instances on each datanode. All containers on a datanode will share this cache. </description> </property>
The actual default value used in the code is 1GB. https://github.com/apache/ozone/blob/master/hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConfigKeys.java#L453