jianghuazhu opened a new pull request, #5954:
URL: https://github.com/apache/ozone/pull/5954

   ## What changes were proposed in this pull request?
   The SCM service contains multiple RPC types, they are: 
SCMClientProtocolServer, SCMBlockProtocolServer, SCMDatanodeProtocolServer.
   When initializing these RPCs, the same configuration is used to define the 
number of handlers.
   "ozone.scm.handler.count.key"
   Different configurations should be used in different environments, which 
will be more friendly.
   for example:
   "ozone.scm.client.handler.count.key"
   "ozone.scm.block.handler.count.key"
   "ozone.scm.datanode.handler.count.key"
   
   ## What is the link to the Apache JIRA
   https://issues.apache.org/jira/browse/HDDS-10088
   
   ## How was this patch tested?
   It is necessary to ensure that the unit test passes successfully.
   


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