-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/59955/
-----------------------------------------------------------
Review request for Ambari and Tim Thorpe.
Bugs: AMBARI-21218
https://issues.apache.org/jira/browse/AMBARI-21218
Repository: ambari
Description
-------
Enable Kerberos UI is blank the first time opens it (see screenshot attached
for details). Closing it and reopening it will see the Enable Kerberos wizard
UI populated correctly with UI elements. This was due to a NPE during loading
cluster data during initial loading of the UI. The NPE caused
"isComponentsStateLoaded" not to be set with the proper value.
Diffs
-----
ambari-web/app/controllers/main/admin/stack_and_upgrade_controller.js
a676f7429
Diff: https://reviews.apache.org/r/59955/diff/1/
Testing
-------
unit tests. patch a trunk cluster and verify the issue is fixed.
Thanks,
Di Li