[
https://issues.apache.org/jira/browse/HADOOP-18794?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17741446#comment-17741446
]
ASF GitHub Bot commented on HADOOP-18794:
-----------------------------------------
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`?
> ipc.server.handler.queue.size missing from core-default.xml
> -----------------------------------------------------------
>
> Key: HADOOP-18794
> URL: https://issues.apache.org/jira/browse/HADOOP-18794
> Project: Hadoop Common
> Issue Type: Improvement
> Components: rpc-server
> Reporter: WangYuanben
> Priority: Major
> Labels: pull-request-available
>
> This config should be documented. It is necessary to help users gain a
> clearer understanding of the usage of this property.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]