You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by GitBox <gi...@apache.org> on 2022/01/11 15:27:44 UTC

[GitHub] [ozone] adoroszlai commented on a change in pull request #2498: HDDS-5537. Limit grpc threads in ReplicationServer.

adoroszlai commented on a change in pull request #2498:
URL: https://github.com/apache/ozone/pull/2498#discussion_r782257512



##########
File path: hadoop-hdds/container-service/src/main/java/org/apache/hadoop/ozone/container/common/statemachine/DatanodeConfiguration.java
##########
@@ -72,13 +72,25 @@
    */
   @Config(key = "replication.streams.limit",
       type = ConfigType.INT,
-      defaultValue = "10",
+      defaultValue = "12",
       tags = {DATANODE},
       description = "The maximum number of replication commands a single " +
           "datanode can execute simultaneously"
   )
   private int replicationMaxStreams = REPLICATION_MAX_STREAMS_DEFAULT;
 
+  /**
+   * The maximum number of replication requests.
+   */
+  @Config(key = "replication.queue.limit",

Review comment:
       Done in merge from `master`.




-- 
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: issues-unsubscribe@ozone.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org