Details
-
Bug
-
Status: Resolved
-
Blocker
-
Resolution: Fixed
-
2.5.2
-
None
Description
When attempting to begin an upgrade between stack versions from different vendors (ie HDP and BigInsights), various steps will fail because the Ambari Server code assumes that the stack name is not changing. Therefore, actions like finding the right upgrade pack will fail with a NullPointerException
java.lang.NullPointerException at org.apache.ambari.server.state.UpgradeContext.setSourceAndTargetStacks(UpgradeContext.java:277)
We can work around this temporarily by falling back to querying by the version number directly.
Attachments
Attachments
Issue Links
- links to