You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by ao...@apache.org on 2014/09/02 21:24:42 UTC

git commit: AMBARI-7098. ipc.server.tcpnodelay should be enabled by default (aonishuk)

Repository: ambari
Updated Branches:
  refs/heads/trunk 15e403203 -> 641e177b8


AMBARI-7098. ipc.server.tcpnodelay should be enabled by default (aonishuk)


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

Branch: refs/heads/trunk
Commit: 641e177b885311d952de31362f2247620b910b72
Parents: 15e4032
Author: Andrew Onishuk <ao...@hortonworks.com>
Authored: Tue Sep 2 22:24:34 2014 +0300
Committer: Andrew Onishuk <ao...@hortonworks.com>
Committed: Tue Sep 2 22:24:34 2014 +0300

----------------------------------------------------------------------
 .../HDP/2.0.6/services/HDFS/configuration/core-site.xml  | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/641e177b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HDFS/configuration/core-site.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HDFS/configuration/core-site.xml b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HDFS/configuration/core-site.xml
index 569b1fe..52764ac 100644
--- a/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HDFS/configuration/core-site.xml
+++ b/ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HDFS/configuration/core-site.xml
@@ -89,6 +89,17 @@
     <description>Defines the maximum number of retries for IPC connections.</description>
   </property>
 
+  <property>
+    <name>ipc.server.tcpnodelay</name>
+    <value>true</value>
+    <description>Turn on/off Nagle's algorithm for the TCP socket
+      connection on
+      the server. Setting to true disables the algorithm and may
+      decrease latency
+      with a cost of more/smaller packets.
+    </description>
+  </property>
+
   <!-- Web Interface Configuration -->
   <property>
     <name>mapreduce.jobtracker.webinterface.trusted</name>