-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/56994/
-----------------------------------------------------------
Review request for Ambari, Alejandro Fernandez, Dmitro Lisnichenko, and Nate
Cole.
Bugs: AMBARI-20148
https://issues.apache.org/jira/browse/AMBARI-20148
Repository: ambari
Description
-------
During an upgrade, `hdp-select set all <version>` is sent to all hosts, even
those which do not have any versionable components (metrics only, for example).
This is done for two reason:
- Simplicity - we don't need to figure out which hosts to include
- Coverage - many clusters have clients not under our control, so invoking it
on all hosts covers our bases
We need to ensure that if the stack-select tool doesn't exist or reports no
versions, that we skip calling it.
Diffs
-----
ambari-server/src/main/resources/custom_actions/scripts/ru_set_all.py b7fcc51
ambari-server/src/test/python/custom_actions/test_ru_set_all.py b018605
Diff: https://reviews.apache.org/r/56994/diff/
Testing
-------
----------------------------------------------------------------------
Total run:1185
Total errors:0
Total failures:0
OK
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 58.155 s
[INFO] Finished at: 2017-02-23T14:49:03-05:00
[INFO] Final Memory: 18M/310M
[INFO] ------------------------------------------------------------------------
Thanks,
Jonathan Hurley