-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38567/
-----------------------------------------------------------
(Updated Sept. 21, 2015, 7:50 p.m.)
Review request for Ambari, Alejandro Fernandez and Nate Cole.
Bugs: AMBARI-13171
https://issues.apache.org/jira/browse/AMBARI-13171
Repository: ambari
Description
-------
During an upgrade, AMBARI-12924 and AMBARI-12889 allow for a host to be placed
into Maintenance Mode in order for it to be excluded from the upgrade. Although
there is work planned to be able to finalize an upgrade with hosts that are in
MM and out-of-sync, in the short term there also needs to be the ability to
remove these hosts so that finalization can complete.
Diffs (updated)
-----
ambari-server/src/main/java/org/apache/ambari/server/events/HostRemovedEvent.java
e005754
ambari-server/src/main/java/org/apache/ambari/server/events/listeners/upgrade/HostVersionOutOfSyncListener.java
0824760
ambari-server/src/main/java/org/apache/ambari/server/orm/entities/ClusterEntity.java
3fe541f
ambari-server/src/main/java/org/apache/ambari/server/serveraction/upgrades/FinalizeUpgradeAction.java
6ede46b
ambari-server/src/main/java/org/apache/ambari/server/stack/MasterHostResolver.java
62613ff
ambari-server/src/main/java/org/apache/ambari/server/state/cluster/ClusterImpl.java
eda2534
ambari-server/src/main/java/org/apache/ambari/server/state/cluster/ClustersImpl.java
972ceec
ambari-server/src/test/java/org/apache/ambari/server/events/listeners/upgrade/HostVersionOutOfSyncListenerTest.java
b056991
ambari-server/src/test/java/org/apache/ambari/server/orm/OrmTestHelper.java
53f7432
Diff: https://reviews.apache.org/r/38567/diff/
Testing
-------
mvn clean test
Thanks,
Jonathan Hurley