Repository: hadoop
Updated Branches:
  refs/heads/branch-3.1 baca64cc6 -> 1d748f026


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/1d748f02
Tree: http://git-wip-us.apache.org/repos/asf/hadoop/tree/1d748f02
Diff: http://git-wip-us.apache.org/repos/asf/hadoop/diff/1d748f02

Branch: refs/heads/branch-3.1
Commit: 1d748f026174a0af4b347c012078bd67e5f03542
Parents: baca64c
Author: Xiao Chen <x...@apache.org>
Authored: Mon Aug 13 10:40:07 2018 -0700
Committer: Xiao Chen <x...@apache.org>
Committed: Mon Aug 13 10:41:07 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/1d748f02/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: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to