lokeshj1703 commented on a change in pull request #436: HDDS-2875. Add a config 
in ozone to tune max outstanding requests in …
URL: https://github.com/apache/hadoop-ozone/pull/436#discussion_r365700327
 
 

 ##########
 File path: 
hadoop-hdds/client/src/main/java/org/apache/hadoop/hdds/scm/XceiverClientManager.java
 ##########
 @@ -345,10 +337,30 @@ public void setMaxSize(int maxSize) {
       this.maxSize = maxSize;
     }
 
+  }
+
+  /**
+   * Configuration for ratis client.
+   */
+  @ConfigGroup(prefix = "dfs.ratis.client")
+  public class DFSRatisClientConfig {
+
+    @Config(key = "async.max.outstanding.requests",
 
 Review comment:
   I dont think we have a corresponding config in ozone-default.xml.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to