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:
parent
11daa010d2
commit
b94c8874e2
|
@ -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