----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/57809/#review169811 -----------------------------------------------------------
Pushed to trunk, commit ca2c83582e135bb5410b62775292a780e68757eb STILL NEED TO COMMIT TO branch-2.5 after the RC candidate is done and the 2.5 release is done. Leave the Jira open until then. - Alejandro Fernandez On March 22, 2017, 6:22 a.m., Vishal Suvagia wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/57809/ > ----------------------------------------------------------- > > (Updated March 22, 2017, 6:22 a.m.) > > > Review request for Ambari, Alejandro Fernandez, Gautam Borad, Madhan > Neethiraj, Mugdha Varadkar, 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 > >
