HADOOP-15638. KMS Accept Queue Size default changed from 500 to 128 in Hadoop 3.x. Contributed by Wei-Chiu Chuang.

This commit is contained in:
Xiao Chen 2018-08-13 10:40:07 -07:00
parent 11daa010d2
commit b94c8874e2

View File

@ -93,6 +93,14 @@
</description> </description>
</property> </property>
<property>
<name>hadoop.http.socket.backlog.size</name>
<value>500</value>
<description>
KMS Server accept queue size.
</description>
</property>
<!-- KMS Backend KeyProvider --> <!-- KMS Backend KeyProvider -->
<property> <property>