Gargi-jais11 commented on PR #239: URL: https://github.com/apache/ozone-site/pull/239#issuecomment-3743194585
> Thanks for double check. Yeah those look good. > > The OM snapshot related configuration properties are mention in the Ozone Snapshot section. No need to duplicate here. The https://ozone-site-v2.staged.apache.org/docs/administrator-guide/operations/snapshots/configuration-properties So I can add these expect OM ones: **General Settings:** ozone.metastore.rocksdb.statistics: The statistics level of the RocksDB store. If set to any value from org.rocksdb.StatsLevel (e.g., ALL or EXCEPT_DETAILED_TIMERS), RocksDB statistics will be exposed over JMX. Set to OFF to disable statistics collection. Note: collecting statistics can have a 5–10% performance penalty. Default: OFF. **DataNode-Specific Settings:** hdds.datanode.db.config.path: Path to an INI configuration file for advanced RocksDB tuning on datanodes. Default: empty (not configured). hdds.datanode.container.schema.v3.enabled: Enable container schema v3 (one RocksDB per disk). Default: true. hdds.datanode.container.schema.v3.key.separator: The separator between Container ID and container meta key name in schema v3. Default: "|". -- 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]
