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 b94c8874e2
)
This commit is contained in:
parent
baca64cc68
commit
1d748f0261
|
@ -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…
Reference in New Issue