szetszwo commented on code in PR #9637: URL: https://github.com/apache/ozone/pull/9637#discussion_r2699840507
########## hadoop-hdds/docs/content/feature/multi-raft-support.md: ########## @@ -105,6 +105,21 @@ 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` | +| Datanode | `hdds.ratis` | +| Ozone Client | `hdds.ratis` | Review Comment: Thanks for reviewing this! Just pushed a commit to add the example from https://github.com/apache/ozone/pull/8668#issuecomment-3128338999 -- 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]
