-
Notifications
You must be signed in to change notification settings - Fork 594
HDDS-14433. [Docs] Advanced Ratis configuration. #9637
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -105,6 +105,22 @@ Ratis handles concurrent logs per node. | |
| The Ratis pipelines will be distributed accordingly. | ||
| - Be cautious with very high pipeline counts due to memory/CPU overhead. | ||
|
|
||
| ## Advanced Ratis Configuration | ||
|
|
||
| Any Ratis configuration properties can be set using a corresponding prefix. | ||
| The following table shows the prefixes in each Ozone component. | ||
|
|
||
| | Ozone Components | Configuration Prefixes | | ||
| |---------------------------------|-------------------------| | ||
| | Ozone Manager (OM) | `ozone.om.ha` | | ||
| | Storage Container Manager (SCM) | `ozone.scm.ha` | | ||
| | Recon | `ozone.recon.scmconfig` | | ||
| | Datanode | `hdds.ratis` | | ||
| | Ozone Client | `hdds.ratis` | | ||
|
||
|
|
||
| See also [Apache Ratis configuration | ||
| documentation](https://github.com/apache/ratis/blob/ratis-3.2.1/ratis-docs/src/site/markdown/configurations.md). | ||
|
|
||
| ## Limitations | ||
| - Global configuration: cannot set per-node limits | ||
| - Requires restart after changing storage dirs | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.