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:
parent
07054c5994
commit
7730a85233
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user