-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/29775/
-----------------------------------------------------------
Review request for Ambari, Alejandro Fernandez, Dmitro Lisnichenko, and Nate
Cole.
Bugs: AMBARI-9076
https://issues.apache.org/jira/browse/AMBARI-9076
Repository: ambari
Description
-------
Pre-Upgrade Check complained that the repo version did not exist on any of the
hosts when it clearly did (checked API response, checked repo_version and
host_version tables to make sure repo and stack versions existed and that they
were distributed to all hosts in the cluster).
This prevents the user from proceeding with RU.
Diffs
-----
ambari-server/src/main/java/org/apache/ambari/server/controller/PreUpgradeCheckRequest.java
86619e8
ambari-server/src/main/java/org/apache/ambari/server/controller/internal/PreUpgradeCheckResourceProvider.java
009b5fe
ambari-server/src/main/java/org/apache/ambari/server/state/UpgradeCheckHelper.java
4d16a83
Diff: https://reviews.apache.org/r/29775/diff/
Testing
-------
Tests ok
Thanks,
Yurii Shylov