You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by Vitalyi Brodetskyi <vb...@hortonworks.com> on 2015/09/03 17:11:29 UTC

Review Request 38103: Make link creation upgrade compatible, because after upgrade, Storm start fails

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

Review request for Ambari and Andrew Onischuk.


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


Repository: ambari


Description
-------

During the upgrade of 2.1 to 2.3 testing we noticed that Storm services will not start due to a bad symlink operation. This operation fails because we use a wildcard in the symlink, and this has more than one match forcing ln to expect the destination to be a directory.


Diffs
-----

  ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/package/scripts/storm.py 8d629ab 

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


Testing
-------

mvn clean test


Thanks,

Vitalyi Brodetskyi


Re: Review Request 38103: Make link creation upgrade compatible, because after upgrade, Storm start fails

Posted by Andrew Onischuk <ao...@hortonworks.com>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/38103/#review97640
-----------------------------------------------------------

Ship it!


Ship It!

- Andrew Onischuk


On Sept. 3, 2015, 3:11 p.m., Vitalyi Brodetskyi wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/38103/
> -----------------------------------------------------------
> 
> (Updated Sept. 3, 2015, 3:11 p.m.)
> 
> 
> Review request for Ambari and Andrew Onischuk.
> 
> 
> Bugs: AMBARI-12999
>     https://issues.apache.org/jira/browse/AMBARI-12999
> 
> 
> Repository: ambari
> 
> 
> Description
> -------
> 
> During the upgrade of 2.1 to 2.3 testing we noticed that Storm services will not start due to a bad symlink operation. This operation fails because we use a wildcard in the symlink, and this has more than one match forcing ln to expect the destination to be a directory.
> 
> 
> Diffs
> -----
> 
>   ambari-server/src/main/resources/common-services/STORM/0.9.1.2.1/package/scripts/storm.py 8d629ab 
> 
> Diff: https://reviews.apache.org/r/38103/diff/
> 
> 
> Testing
> -------
> 
> mvn clean test
> 
> 
> Thanks,
> 
> Vitalyi Brodetskyi
> 
>