You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ambari.apache.org by vb...@apache.org on 2015/09/21 19:10:32 UTC

ambari git commit: AMBARI-13169. One of kafka brokers failed to start.(vbrodetskyi)

Repository: ambari
Updated Branches:
  refs/heads/branch-2.1 49e8b31e7 -> c933395f9


AMBARI-13169. One of kafka brokers failed to start.(vbrodetskyi)


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

Branch: refs/heads/branch-2.1
Commit: c933395f91ac8d24660b7bf80b305a47176c30a8
Parents: 49e8b31
Author: Vitaly Brodetskyi <vb...@hortonworks.com>
Authored: Mon Sep 21 20:09:23 2015 +0300
Committer: Vitaly Brodetskyi <vb...@hortonworks.com>
Committed: Mon Sep 21 20:09:23 2015 +0300

----------------------------------------------------------------------
 .../common-services/KAFKA/0.8.1.2.2/configuration/kafka-broker.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/c933395f/ambari-server/src/main/resources/common-services/KAFKA/0.8.1.2.2/configuration/kafka-broker.xml
----------------------------------------------------------------------
diff --git a/ambari-server/src/main/resources/common-services/KAFKA/0.8.1.2.2/configuration/kafka-broker.xml b/ambari-server/src/main/resources/common-services/KAFKA/0.8.1.2.2/configuration/kafka-broker.xml
index 255707a..1cbfade 100644
--- a/ambari-server/src/main/resources/common-services/KAFKA/0.8.1.2.2/configuration/kafka-broker.xml
+++ b/ambari-server/src/main/resources/common-services/KAFKA/0.8.1.2.2/configuration/kafka-broker.xml
@@ -244,7 +244,7 @@
   </property>
   <property>
     <name>zookeeper.connection.timeout.ms</name>
-    <value>15000</value>
+    <value>25000</value>
     <description>The maximum amount of time that the client waits to establish a connection to zookeeper.</description>
   </property>
   <property>