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

(cherry picked from commit b94c8874e2a634637b1ef5d837f05bc5c5e8e6a6)
This commit is contained in:
Xiao Chen 2018-08-13 10:40:07 -07:00
parent 07054c5994
commit 7730a85233

View File

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