This is an automated email from the ASF dual-hosted git repository. ayushsaxena pushed a commit to branch trunk in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push: new 6843f8e4e0f HADOOP-18794. ipc.server.handler.queue.size missing from core-default.xml (#5819). Contributed by WangYuanben. 6843f8e4e0f is described below commit 6843f8e4e0f174e3df4cfd06d8bb65cfce31eaa8 Author: WangYuanben <48795318+yuanbenw...@users.noreply.github.com> AuthorDate: Tue Jul 11 19:09:50 2023 +0800 HADOOP-18794. ipc.server.handler.queue.size missing from core-default.xml (#5819). Contributed by WangYuanben. Reviewed-by: Hualong Zhang <hualon...@hotmail.com> Reviewed-by: Shilun Fan <slfan1...@apache.org> Signed-off-by: Ayush Saxena <ayushsax...@apache.org> --- .../hadoop-common/src/main/resources/core-default.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml b/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml index 438e2df1372..dd543deb8a5 100644 --- a/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml +++ b/hadoop-common-project/hadoop-common/src/main/resources/core-default.xml @@ -2321,6 +2321,15 @@ 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 by multiplying the number of handler threads. + </description> +</property> + <property> <name>ipc.server.listen.queue.size</name> <value>256</value> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org