zhtttylz commented on code in PR #5819:
URL: https://github.com/apache/hadoop/pull/5819#discussion_r1257667355


##########
hadoop-common-project/hadoop-common/src/main/resources/core-default.xml:
##########
@@ -2321,6 +2321,16 @@ The switch to turn S3A auditing on or off.
   </description>
 </property>
 
+<property>
+  <name>ipc.server.handler.queue.size</name>
+  <value>100</value>
+  <description>
+    Indicates how many calls per handler are allowed in the queue. This value 
can
+    determine the maximum call queue size multiplied by multiplying the number 
of

Review Comment:
   Can we replace `multiplied by multiplying` with `by multiplying`?



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