szetszwo commented on code in PR #9580:
URL: https://github.com/apache/ozone/pull/9580#discussion_r2669134768
##########
hadoop-hdds/docs/content/feature/multi-raft-support.md:
##########
@@ -69,6 +69,64 @@ Ratis handles concurrent logs per node.
This property is effective only when the previous property is set to 0.
The value of this property must be greater than 0.
+### Calculating Ratis Pipeline Limits
+
+The target number of open, FACTOR_THREE Ratis pipelines is controlled by three
properties that define the maximum
Review Comment:
> ... FACTOR_THREE ...
Let's use
[ReplicationFactor.THREE](https://github.com/apache/ozone/blob/fd181c69464afd3ed3240b376b81f7b81f0806e9/hadoop-hdds/common/src/main/java/org/apache/hadoop/hdds/client/ReplicationFactor.java#L27),
which is a client API.
> ... three properties ... that define the maximum
three configuration properties ... that limit the
--
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]