bharatviswa504 opened a new 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
 
 
   …raft client.
   
   ## What changes were proposed in this pull request?
   
   Add a config to tune the config value of 
"raft.client.async.outstanding-requests.max" config in raft client. 
   
   There is a property scm.container.client.max.outstanding.requests but this 
is used to set outStandingAppendsMax, but the config of this is mentioned as 
the "Controls the maximum number of outstanding async requests that can be 
handled by the Standalone as well as Ratis client". So, I removed this from 
ScmClientConfig, and created a new class for this property with prefix 
dfs.ratis.client to be consistent with other ratis client properties. And used 
the same for outStandingAppendsMax as before, not sure this is the correct way, 
but to keep same with current code, used it.
   
   ## What is the link to the Apache JIRA
   
   https://issues.apache.org/jira/browse/HDDS-2875
   
   Please replace this section with the link to the Apache JIRA)
   
   ## How was this patch tested?
   
   UT and acceptance test run.
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to