Repository: hadoop
Updated Branches:
  refs/heads/trunk 11daa010d -> b94c8874e


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


Project: http://git-wip-us.apache.org/repos/asf/hadoop/repo
Commit: http://git-wip-us.apache.org/repos/asf/hadoop/commit/b94c8874
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/b94c8874
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/b94c8874

Branch: refs/heads/trunk
Commit: b94c8874e2a634637b1ef5d837f05bc5c5e8e6a6
Parents: 11daa01
Author: Xiao Chen <[email protected]>
Authored: Mon Aug 13 10:40:07 2018 -0700
Committer: Xiao Chen <[email protected]>
Committed: Mon Aug 13 10:40:31 2018 -0700

----------------------------------------------------------------------
 .../hadoop-kms/src/main/resources/kms-default.xml            | 8 ++++++++
 1 file changed, 8 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/hadoop/blob/b94c8874/hadoop-common-project/hadoop-kms/src/main/resources/kms-default.xml
----------------------------------------------------------------------
diff --git 
a/hadoop-common-project/hadoop-kms/src/main/resources/kms-default.xml 
b/hadoop-common-project/hadoop-kms/src/main/resources/kms-default.xml
index 9f4171b..434adcb 100644
--- a/hadoop-common-project/hadoop-kms/src/main/resources/kms-default.xml
+++ b/hadoop-common-project/hadoop-kms/src/main/resources/kms-default.xml
@@ -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>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to