-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/19297/
-----------------------------------------------------------
Review request for Ambari and Dmitro Lisnichenko.
Bugs: AMBARI-5108
https://issues.apache.org/jira/browse/AMBARI-5108
Repository: ambari
Description
-------
STR:
1. Install hadoop.
2. Enable HA.
3. Stop StandByNameNode on host-2.
4. Start ReassignNameNode wizard for the stopped StandByNameNode from host2 ->
host3.
5. On the ConfigureComponents page StopAllServices fails for HBaseRegionServer
Stop on host2. It required 3 retries, which were hanging for a while, to stop
the component.
6. After that the wizard was proceeded successfully till the end without other
issues.
Diffs
-----
ambari-agent/src/main/python/resource_management/core/providers/system.py
a37ba85
ambari-agent/src/main/python/resource_management/core/resources/system.py
45d7a60
ambari-agent/src/main/python/resource_management/core/shell.py 68d3f7b
ambari-server/src/main/resources/stacks/HDP/2.0.6/services/HBASE/package/scripts/hbase_service.py
17f0056
ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_master.py 1084ed3
ambari-server/src/test/python/stacks/2.0.6/HBASE/test_hbase_regionserver.py
4ced781
Diff: https://reviews.apache.org/r/19297/diff/
Testing
-------
mvn clean test
Thanks,
Andrew Onischuk