jojochuang commented on code in PR #10693:
URL: https://github.com/apache/ozone/pull/10693#discussion_r3648935007


##########
hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/replication/ReplicationServer.java:
##########
@@ -183,16 +183,27 @@ public static final class ReplicationConfig {
     static final String REPLICATION_OUTOFSERVICE_FACTOR_KEY =
         PREFIX + "." + OUTOFSERVICE_FACTOR_KEY;
 
+    public static final String PER_VOLUME_ENABLED_KEY =
+        PREFIX + ".per.volume.enabled";
+    public static final String PER_VOLUME_STREAMS_LIMIT_KEY =
+        PREFIX + ".per.volume.streams.limit";
+    public static final int PER_VOLUME_STREAMS_LIMIT_DEFAULT = 2;

Review Comment:
   Updated the PR description: `per.volume.streams.limit` default is **2**, 
matching `PER_VOLUME_STREAMS_LIMIT_DEFAULT`, `@Config defaultValue`, 
Decommission.md, and Reconfigurability.md (28798f). Also clarified 
`streams.limit` vs per-volume sizing and the global-only 
`maxReplicationStreams` gauge.



-- 
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]

Reply via email to