Repository: ambari Updated Branches: refs/heads/trunk ddcc13b40 -> bbacefd44
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/bbacefd4 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/bbacefd4 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/bbacefd4 Branch: refs/heads/trunk Commit: bbacefd44a52bfd0a82c6067f9974944623cfdec Parents: ddcc13b Author: Alejandro Fernandez <[email protected]> Authored: Thu Jan 19 16:23:28 2017 -0800 Committer: Alejandro Fernandez <[email protected]> Committed: Thu Jan 19 16:23:28 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/bbacefd4/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/bbacefd4/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/bbacefd4/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>
