errose28 commented on a change in pull request #1544:
URL: https://github.com/apache/ozone/pull/1544#discussion_r522088395
##########
File path:
hadoop-hdds/common/src/main/java/org/apache/hadoop/ozone/OzoneConfigKeys.java
##########
@@ -343,6 +343,11 @@
public static final double
HDDS_DATANODE_STORAGE_UTILIZATION_CRITICAL_THRESHOLD_DEFAULT = 0.95;
+ public static final String
+ HDDS_DATANODE_METADATA_CACHE_SIZE = "hdds.datanode.metadata.cache.size";
+ public static final String
+ HDDS_DATANODE_CACHE_SIZE_DEFAULT = "64MB";
Review comment:
Yes, this was a typo. I forgot to update the name of the default
variable when I updated the name. I will fix it once we decide on a name for
the config.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]