-
Notifications
You must be signed in to change notification settings - Fork 62
HDDS-14395. [Website v2] [Docs] [Administrator Guide] RocksDB in Apache Ozone #239
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
HDDS-14395. [Website v2] [Docs] [Administrator Guide] RocksDB in Apache Ozone #239
Conversation
|
@jojochuang I found out that there are some more configurations related to RocksDB in the codebase.
Ozone Manager (OM) Specific Settings
DataNode-Specific Settings:
|
|
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. |
So I can add these expect OM ones: 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). |
|
Yes those are good |
done |
|
Merged. Thanks @Gargi-jais11 !! |
What changes were proposed in this pull request?
Migrate the v1 doc "RocksDB in Apache Ozone" https://ozone.apache.org/docs/edge/concept/rocksdb.html to v2 doc: under Administrator Guide -> Configuration -> Performance
https://ozone-site-v2.staged.apache.org/docs/administrator-guide/configuration/performance/
What is the link to the Apache Jira?
https://issues.apache.org/jira/browse/HDDS-14395
How was this patch tested?
Check off which of the following tests were done on this change. If additional testing was done, please elaborate here as well.