----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57809/#review170115 -----------------------------------------------------------
Fix it, then Ship it! Any other upgrade paths other that 2.5 to 2.5,2.6? 2.4 to 2.6 or anything? ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.5.xml Lines 316 (patched) <https://reviews.apache.org/r/57809/#comment242919> Fix the title here. "Updating Atlas ZooKeeper timeout values" - Nate Cole On March 23, 2017, 2:25 a.m., Vishal Suvagia wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/57809/ > ----------------------------------------------------------- > > (Updated March 23, 2017, 2:25 a.m.) > > > Review request for Ambari, Alejandro Fernandez, Gautam Borad, Madhan > Neethiraj, Mugdha Varadkar, Nate Cole, Oliver Szabo, and Sumit Mohanty. > > > Bugs: AMBARI-20505 > https://issues.apache.org/jira/browse/AMBARI-20505 > > > Repository: ambari > > > Description > ------- > > Currently zookeeper connect/session timeout values for atlas are set to > 200/400 ms respectively which are very low and not practical/recommended > values. Due to this atlas startup fails more frequently.Below are recommended > configurations. > > For Atlas: > atlas.kafka.zookeeper.connection.timeout.ms=30000 > atlas.kafka.zookeeper.session.timeout.ms=60000 > atlas.audit.zookeeper.session.timeout.ms=60000 > > > As fresh installation scenario have already been fixed in AMBARI-19623, This > patch is to handle the EU and RU scenarios. > > > Diffs > ----- > > ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/config-upgrade.xml > c13724b > > ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.5.xml > 39cb0dc > > ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/nonrolling-upgrade-2.6.xml > 57a5203 > ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/upgrade-2.5.xml > b5b45cb > ambari-server/src/main/resources/stacks/HDP/2.5/upgrades/upgrade-2.6.xml > 44d0a2a > > > Diff: https://reviews.apache.org/r/57809/diff/2/ > > > Testing > ------- > > Verified install and upgrade on CentOS-6. > > > Thanks, > > Vishal Suvagia > >
