You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Alejandro Fernandez <af...@hortonworks.com> on 2015/05/15 02:29:53 UTC

Review Request 34246: Upgrade Is Allowed When A Service Is Installed After Distribute Repositories

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/34246/
-----------------------------------------------------------

Review request for Ambari, Dmitro Lisnichenko, Jonathan Hurley, and Nate Cole.


Bugs: AMBARI-11146
    https://issues.apache.org/jira/browse/AMBARI-11146


Repository: ambari


Description
-------

was done before the service was added.

STR:
* Install base services like HDFS and YARN
* Distribute new repository
* Install HBase
* Attempt upgrade

At this point two things should happen:
The web client should not allow the upgrade to happen
The pre-upgrade check HostsRepositoryVersionCheck should prevent the upgrade.


Diffs
-----

  ambari-server/src/main/java/org/apache/ambari/server/events/listeners/upgrade/HostVersionOutOfSyncListener.java 8c8f978 
  ambari-server/src/test/java/org/apache/ambari/server/events/listeners/upgrade/HostVersionOutOfSyncListenerTest.java aa8b860 
  ambari-server/src/test/java/org/apache/ambari/server/utils/EventBusSynchronizer.java 4b0c031 

Diff: https://reviews.apache.org/r/34246/diff/


Testing
-------

mvn clean test

Reproduced the issue on a local cluster, and verified that the fix worked by Installing a new version, then adding a service, which marked the host_version and single cluster_version record as OUT_OF_SYNC.


Thanks,

Alejandro Fernandez


Re: Review Request 34246: Upgrade Is Allowed When A Service Is Installed After Distribute Repositories

Posted by Dmitro Lisnichenko <dl...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/34246/#review83905
-----------------------------------------------------------

Ship it!


Ship It!

- Dmitro Lisnichenko


On May 15, 2015, 12:29 a.m., Alejandro Fernandez wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/34246/
> -----------------------------------------------------------
> 
> (Updated May 15, 2015, 12:29 a.m.)
> 
> 
> Review request for Ambari, Dmitro Lisnichenko, Jonathan Hurley, and Nate Cole.
> 
> 
> Bugs: AMBARI-11146
>     https://issues.apache.org/jira/browse/AMBARI-11146
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> was done before the service was added.
> 
> STR:
> * Install base services like HDFS and YARN
> * Distribute new repository
> * Install HBase
> * Attempt upgrade
> 
> At this point two things should happen:
> The web client should not allow the upgrade to happen
> The pre-upgrade check HostsRepositoryVersionCheck should prevent the upgrade.
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/java/org/apache/ambari/server/events/listeners/upgrade/HostVersionOutOfSyncListener.java 8c8f978 
>   ambari-server/src/test/java/org/apache/ambari/server/events/listeners/upgrade/HostVersionOutOfSyncListenerTest.java aa8b860 
>   ambari-server/src/test/java/org/apache/ambari/server/utils/EventBusSynchronizer.java 4b0c031 
> 
> Diff: https://reviews.apache.org/r/34246/diff/
> 
> 
> Testing
> -------
> 
> mvn clean test
> 
> Reproduced the issue on a local cluster, and verified that the fix worked by Installing a new version, then adding a service, which marked the host_version and single cluster_version record as OUT_OF_SYNC.
> 
> 
> Thanks,
> 
> Alejandro Fernandez
> 
>


Re: Review Request 34246: Upgrade Is Allowed When A Service Is Installed After Distribute Repositories

Posted by Jonathan Hurley <jh...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/34246/#review83892
-----------------------------------------------------------

Ship it!


Just a minor comment; I think we can use StackId equality comparison directly here. If I'm wrong then just close the issue I opened.


ambari-server/src/main/java/org/apache/ambari/server/events/listeners/upgrade/HostVersionOutOfSyncListener.java
<https://reviews.apache.org/r/34246/#comment134972>

    StackId implements equals() ... no need to convert them to strings, right?


- Jonathan Hurley


On May 14, 2015, 8:29 p.m., Alejandro Fernandez wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/34246/
> -----------------------------------------------------------
> 
> (Updated May 14, 2015, 8:29 p.m.)
> 
> 
> Review request for Ambari, Dmitro Lisnichenko, Jonathan Hurley, and Nate Cole.
> 
> 
> Bugs: AMBARI-11146
>     https://issues.apache.org/jira/browse/AMBARI-11146
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> was done before the service was added.
> 
> STR:
> * Install base services like HDFS and YARN
> * Distribute new repository
> * Install HBase
> * Attempt upgrade
> 
> At this point two things should happen:
> The web client should not allow the upgrade to happen
> The pre-upgrade check HostsRepositoryVersionCheck should prevent the upgrade.
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/java/org/apache/ambari/server/events/listeners/upgrade/HostVersionOutOfSyncListener.java 8c8f978 
>   ambari-server/src/test/java/org/apache/ambari/server/events/listeners/upgrade/HostVersionOutOfSyncListenerTest.java aa8b860 
>   ambari-server/src/test/java/org/apache/ambari/server/utils/EventBusSynchronizer.java 4b0c031 
> 
> Diff: https://reviews.apache.org/r/34246/diff/
> 
> 
> Testing
> -------
> 
> mvn clean test
> 
> Reproduced the issue on a local cluster, and verified that the fix worked by Installing a new version, then adding a service, which marked the host_version and single cluster_version record as OUT_OF_SYNC.
> 
> 
> Thanks,
> 
> Alejandro Fernandez
> 
>


Re: Review Request 34246: Upgrade Is Allowed When A Service Is Installed After Distribute Repositories

Posted by Alejandro Fernandez <af...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/34246/
-----------------------------------------------------------

(Updated May 16, 2015, 1 a.m.)


Review request for Ambari, Dmitro Lisnichenko, Jonathan Hurley, and Nate Cole.


Changes
-------

Addressed issues


Bugs: AMBARI-11146
    https://issues.apache.org/jira/browse/AMBARI-11146


Repository: ambari


Description
-------

was done before the service was added.

STR:
* Install base services like HDFS and YARN
* Distribute new repository
* Install HBase
* Attempt upgrade

At this point two things should happen:
The web client should not allow the upgrade to happen
The pre-upgrade check HostsRepositoryVersionCheck should prevent the upgrade.


Diffs (updated)
-----

  ambari-server/src/main/java/org/apache/ambari/server/events/listeners/upgrade/HostVersionOutOfSyncListener.java 8c8f978 
  ambari-server/src/test/java/org/apache/ambari/server/events/listeners/upgrade/HostVersionOutOfSyncListenerTest.java aa8b860 
  ambari-server/src/test/java/org/apache/ambari/server/utils/EventBusSynchronizer.java 4b0c031 

Diff: https://reviews.apache.org/r/34246/diff/


Testing
-------

mvn clean test

Reproduced the issue on a local cluster, and verified that the fix worked by Installing a new version, then adding a service, which marked the host_version and single cluster_version record as OUT_OF_SYNC.


Thanks,

Alejandro Fernandez


Re: Review Request 34246: Upgrade Is Allowed When A Service Is Installed After Distribute Repositories

Posted by Nate Cole <nc...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/34246/#review83912
-----------------------------------------------------------

Ship it!


Ship It!

- Nate Cole


On May 14, 2015, 8:29 p.m., Alejandro Fernandez wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/34246/
> -----------------------------------------------------------
> 
> (Updated May 14, 2015, 8:29 p.m.)
> 
> 
> Review request for Ambari, Dmitro Lisnichenko, Jonathan Hurley, and Nate Cole.
> 
> 
> Bugs: AMBARI-11146
>     https://issues.apache.org/jira/browse/AMBARI-11146
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> was done before the service was added.
> 
> STR:
> * Install base services like HDFS and YARN
> * Distribute new repository
> * Install HBase
> * Attempt upgrade
> 
> At this point two things should happen:
> The web client should not allow the upgrade to happen
> The pre-upgrade check HostsRepositoryVersionCheck should prevent the upgrade.
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/java/org/apache/ambari/server/events/listeners/upgrade/HostVersionOutOfSyncListener.java 8c8f978 
>   ambari-server/src/test/java/org/apache/ambari/server/events/listeners/upgrade/HostVersionOutOfSyncListenerTest.java aa8b860 
>   ambari-server/src/test/java/org/apache/ambari/server/utils/EventBusSynchronizer.java 4b0c031 
> 
> Diff: https://reviews.apache.org/r/34246/diff/
> 
> 
> Testing
> -------
> 
> mvn clean test
> 
> Reproduced the issue on a local cluster, and verified that the fix worked by Installing a new version, then adding a service, which marked the host_version and single cluster_version record as OUT_OF_SYNC.
> 
> 
> Thanks,
> 
> Alejandro Fernandez
> 
>