-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/46054/
-----------------------------------------------------------
Review request for Ambari, Sumit Mohanty and Yusaku Sako.
Bugs: AMBARI-15813
https://issues.apache.org/jira/browse/AMBARI-15813
Repository: ambari
Description
-------
This issue happens because recommendation API called by ambari-web on
navigating to "Configure Services" page has Hive Interactive Server in the host
component layout data sent with the API.
As a generic fix to this issue, any component hidden on Assign Master page
(MySQL Server, Postgres and Hive Server Interactive) should not be saved as
part of host component layout used as input for recommendation/validation calls.
Diffs
-----
ambari-web/app/controllers/wizard/step6_controller.js 1e1feb5
ambari-web/app/models/stack_service_component.js 26244f7
Diff: https://reviews.apache.org/r/46054/diff/
Testing
-------
#ambari-web unit tests passes with the patch:
Calling set on destroyed view
25640 tests complete (25 seconds)
154 tests pending
# Manually tested the patch to resolve the issue
Thanks,
Jaimin Jetly