-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/26449/
-----------------------------------------------------------
Review request for Ambari and Aleksandr Kovalenko.
Bugs: AMBARI-7691
https://issues.apache.org/jira/browse/AMBARI-7691
Repository: ambari
Description
-------
STR:
1. Install cluster up to step {{Install, Start, and Test}}
2. Ensure that cluster is installed in fact (Green progress bar)
3. Wait some time to session get expired
AR:
Installer is broken, even after re-login. See the screenshot. Login, relogin,
even {{localStorage.clean()}} does not help.
ER:
Cluster installer should go to already done step (Step Summary) after login.
---
It looks like this is because we set Cluster state from UI but session is
already expired and the request to update the cluster state does not reach the
server, see BUG-21903 and comments there.
Namely status of cluster is still {{INIT}} in database
select provisioning_state from clusters
provisioning_state
------------------
INIT
But actually cluster in installed and all services are running.
Diffs
-----
ambari-web/app/mappers/stack_mapper.js 8319f87
ambari-web/app/mixins/common/userPref.js 90a115d
ambari-web/test/controllers/installer_test.js b6b5d94
ambari-web/test/mappers/stack_mapper_test.js 2f8b10d
Diff: https://reviews.apache.org/r/26449/diff/
Testing
-------
4505 tests complete (7 seconds)
60 tests pending
Thanks,
Andrii Tkach