----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/35168/#review87081 -----------------------------------------------------------
ambari-common/src/main/python/resource_management/libraries/functions/copy_tarball.py <https://reviews.apache.org/r/35168/#comment139359> Also as I mentioned before you don't need to print str(e). logger.exception will print it with stacktrace itself. - Andrew Onischuk On June 8, 2015, 8:32 p.m., Alejandro Fernandez wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/35168/ > ----------------------------------------------------------- > > (Updated June 8, 2015, 8:32 p.m.) > > > Review request for Ambari, Andrew Onischuk, Jonathan Hurley, Nate Cole, and > Sid Wagle. > > > Bugs: AMBARI-11743 > https://issues.apache.org/jira/browse/AMBARI-11743 > > > Repository: ambari > > > Description > ------- > > 1. Install cluster with Ambari 2.1 and HDP 2.3 > 2. Add services HDFS, YARN, MR, ZK, and HBaste > 3. Perform several Stop All and Start All on HDFS service > 4. Periodically, HBase Master will crash > > > Diffs > ----- > > > ambari-common/src/main/python/resource_management/libraries/functions/copy_tarball.py > 1226439 > > ambari-server/src/main/resources/common-services/HDFS/2.1.0.2.0/package/scripts/hdfs_namenode.py > d26d145 > ambari-server/src/test/python/stacks/2.0.6/HDFS/test_namenode.py b920c17 > ambari-server/src/test/python/stacks/2.0.6/HIVE/test_hive_server.py 6fcd0f1 > ambari-server/src/test/python/stacks/2.2/SPARK/test_job_history_server.py > 8e91481 > > Diff: https://reviews.apache.org/r/35168/diff/ > > > Testing > ------- > > Tested this on a live cluster. Several attempts at restarting NameNode worked > and Hbase master was still up. > Also tested it with NameNode HA, and Rolling Upgrade. > > ---------------------------------------------------------------------- > Total run:753 > Total errors:0 > Total failures:0 > OK > > > Thanks, > > Alejandro Fernandez > >
