prashantpogde commented on code in PR #3729:
URL: https://github.com/apache/ozone/pull/3729#discussion_r984126347
##########
hadoop-hdds/common/src/main/resources/ozone-default.xml:
##########
@@ -3287,4 +3287,13 @@
will create intermediate directories.
</description>
</property>
+ <property>
+ <name>ozone.om.snapshot.cache.max.size</name>
+ <value>200</value>
+ <tag>OZONE, OM</tag>
+ <description>
+ Size of the OM Snapshot LRU cache. This is the maximum number of open
OM Snapshot RocksDb instances
Review Comment:
We can use rocksDB option when opening rocksDB instance corresponding to a
snapshot. We can track this task under
https://issues.apache.org/jira/browse/HDDS-7276. I will resolve this comment
here.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]