-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/28729/
-----------------------------------------------------------
Review request for Ambari, Srimanth Gunturi, Xi Wang, and Yusaku Sako.
Bugs: AMBARI-8552
https://issues.apache.org/jira/browse/AMBARI-8552
Repository: ambari
Description
-------
wizardProgressPageController mixin is used for HA wizards, Move master wizards
and Enable kerberos wizard.
This mixin provides the utility function for creating components. While
creating multiple host components it triggers individual API call for creating
each hostComponent and then another individual API call to install each of them
subsequently.
This logic should be changed to fire only one call to create all uninstalled
component and then install all of them in another one call.
Diffs
-----
ambari-web/app/assets/test/tests.js 77f2869
ambari-web/app/mixins/wizard/wizardProgressPageController.js 074d249
ambari-web/test/mixins/wizard/wizardProgressPageController_test.js
PRE-CREATION
Diff: https://reviews.apache.org/r/28729/diff/
Testing
-------
tested NameNode HA wizard e2e
Thanks,
Jaimin Jetly