You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by xi...@apache.org on 2018/08/13 17:40:34 UTC

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

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 <xi...@apache.org>
Authored: Mon Aug 13 10:40:07 2018 -0700
Committer: Xiao Chen <xi...@apache.org>
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: common-commits-unsubscribe@hadoop.apache.org
For additional commands, e-mail: common-commits-help@hadoop.apache.org