Repository: hadoop
Updated Branches:
  refs/heads/branch-3.0 07054c599 -> 7730a8523


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)


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

Branch: refs/heads/branch-3.0
Commit: 7730a85233bf6a606a111f59a578b5fa0c95ad8c
Parents: 07054c5
Author: Xiao Chen <[email protected]>
Authored: Mon Aug 13 10:40:07 2018 -0700
Committer: Xiao Chen <[email protected]>
Committed: Mon Aug 13 10:41:14 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/7730a852/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 7055f2d..0c785a2 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