Repository: ambari
Updated Branches:
  refs/heads/branch-2.5 d760b2262 -> 9142e2d6c


AMBARI-19623. Atlas startup failed with ZkTimeoutException exception, zookeeper 
timeout values are very low (Ayub Khan via alejandro)


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

Branch: refs/heads/branch-2.5
Commit: 9142e2d6c06ad50dfa01dc4d2f1ef06b834141d9
Parents: d760b22
Author: Alejandro Fernandez <[email protected]>
Authored: Thu Jan 19 16:25:56 2017 -0800
Committer: Alejandro Fernandez <[email protected]>
Committed: Thu Jan 19 16:25:56 2017 -0800

----------------------------------------------------------------------
 .../ATLAS/0.1.0.2.3/configuration/application-properties.xml     | 2 +-
 .../ATLAS/0.7.0.2.5/configuration/application-properties.xml     | 4 ++--
 .../common-services/ZOOKEEPER/3.4.5/configuration/zoo.cfg.xml    | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/9142e2d6/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/configuration/application-properties.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/configuration/application-properties.xml
 
b/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/configuration/application-properties.xml
index 9efa4f9..e86abcc 100644
--- 
a/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/configuration/application-properties.xml
+++ 
b/ambari-server/src/main/resources/common-services/ATLAS/0.1.0.2.3/configuration/application-properties.xml
@@ -158,7 +158,7 @@
   </property>
   <property>
     <name>atlas.audit.zookeeper.session.timeout.ms</name>
-    <value>1000</value>
+    <value>60000</value>
     <description/>
     <on-ambari-upgrade add="false"/>
   </property>

http://git-wip-us.apache.org/repos/asf/ambari/blob/9142e2d6/ambari-server/src/main/resources/common-services/ATLAS/0.7.0.2.5/configuration/application-properties.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/ATLAS/0.7.0.2.5/configuration/application-properties.xml
 
b/ambari-server/src/main/resources/common-services/ATLAS/0.7.0.2.5/configuration/application-properties.xml
index fda16b2..36702e8 100644
--- 
a/ambari-server/src/main/resources/common-services/ATLAS/0.7.0.2.5/configuration/application-properties.xml
+++ 
b/ambari-server/src/main/resources/common-services/ATLAS/0.7.0.2.5/configuration/application-properties.xml
@@ -163,13 +163,13 @@
   </property>
   <property>
     <name>atlas.kafka.zookeeper.session.timeout.ms</name>
-    <value>400</value>
+    <value>60000</value>
     <description></description>
     <on-ambari-upgrade add="false"/>
   </property>
   <property>
     <name>atlas.kafka.zookeeper.connection.timeout.ms</name>
-    <value>200</value>
+    <value>30000</value>
     <description></description>
     <on-ambari-upgrade add="false"/>
   </property>

http://git-wip-us.apache.org/repos/asf/ambari/blob/9142e2d6/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5/configuration/zoo.cfg.xml
----------------------------------------------------------------------
diff --git 
a/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5/configuration/zoo.cfg.xml
 
b/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5/configuration/zoo.cfg.xml
index 99421c0..5877877 100644
--- 
a/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5/configuration/zoo.cfg.xml
+++ 
b/ambari-server/src/main/resources/common-services/ZOOKEEPER/3.4.5/configuration/zoo.cfg.xml
@@ -22,7 +22,7 @@
 <configuration>
   <property>
     <name>tickTime</name>
-    <value>2000</value>
+    <value>3000</value>
     <display-name>Length of single Tick</display-name>
     <description>The length of a single tick in milliseconds, which is the 
basic time unit used by ZooKeeper</description>
     <value-attributes>

Reply via email to