瀏覽代碼

HADOOP-18794. ipc.server.handler.queue.size missing from core-default.xml (#5819). Contributed by WangYuanben.

Reviewed-by: Hualong Zhang <hualong.z@hotmail.com>
Reviewed-by: Shilun Fan <slfan1989@apache.org>
Signed-off-by: Ayush Saxena <ayushsaxena@apache.org>
WangYuanben 1 年之前
父節點
當前提交
6843f8e4e0
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      hadoop-common-project/hadoop-common/src/main/resources/core-default.xml

+ 9 - 0
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>