----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/38567/#review99826 -----------------------------------------------------------
ambari-server/src/main/java/org/apache/ambari/server/events/listeners/upgrade/HostVersionOutOfSyncListener.java (line 235) <https://reviews.apache.org/r/38567/#comment156801> Should we do this only for the host_versions that this host has? ambari-server/src/main/java/org/apache/ambari/server/events/listeners/upgrade/HostVersionOutOfSyncListener.java (line 243) <https://reviews.apache.org/r/38567/#comment156800> INSTALLED is also a state from which no transition is likely to happen. If the cluster version is INSTALLED, it means all host versions are INSTALLED too. - Alejandro Fernandez On Sept. 21, 2015, 8:21 p.m., Jonathan Hurley wrote: > > ----------------------------------------------------------- > This is an automatically generated e-mail. To reply, visit: > https://reviews.apache.org/r/38567/ > ----------------------------------------------------------- > > (Updated Sept. 21, 2015, 8:21 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 > ----- > > > 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/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 > > Diff: https://reviews.apache.org/r/38567/diff/ > > > Testing > ------- > > mvn clean test > > > Thanks, > > Jonathan Hurley > >
