You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-issues@hadoop.apache.org by "zhtttylz (via GitHub)" <gi...@apache.org> on 2023/07/10 03:01:19 UTC

[GitHub] [hadoop] zhtttylz commented on a diff in pull request #5819: HADOOP-18794. ipc.server.handler.queue.size missing from core-default.xml

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

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


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