[
https://issues.apache.org/jira/browse/AMBARI-13123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14803017#comment-14803017
]
Hudson commented on AMBARI-13123:
---------------------------------
SUCCESS: Integrated in Ambari-trunk-Commit #3456 (See
[https://builds.apache.org/job/Ambari-trunk-Commit/3456/])
AMBARI-13123 Usability: do not force redirect the user to the currently running
wizard if another user logs in. (atkach) (atkach:
http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=9763e6447a34206e12bbd5a52de926793d75ad5d)
* ambari-web/app/controllers/global/wizard_watcher_controller.js
* ambari-web/app/utils/helper.js
* ambari-web/app/views/main/menu.js
* ambari-web/app/routes/ra_high_availability_routes.js
* ambari-web/app/routes/add_service_routes.js
* ambari-web/test/controllers/global/wizard_watcher_controller_test.js
* ambari-web/app/controllers/main/service/add_controller.js
* ambari-web/app/router.js
* ambari-web/app/routes/rm_high_availability_routes.js
* ambari-web/app/messages.js
* ambari-web/app/templates/application.hbs
* ambari-web/app/controllers/global/cluster_controller.js
* ambari-web/app/routes/add_host_routes.js
* ambari-web/app/routes/reassign_master_routes.js
*
ambari-web/app/controllers/main/admin/highAvailability/nameNode/wizard_controller.js
* ambari-web/app/controllers/main/service/reassign_controller.js
* ambari-web/app/controllers/main/admin/kerberos/wizard_controller.js
* ambari-web/test/controllers/global/update_controller_test.js
* ambari-web/app/routes/add_kerberos_routes.js
* ambari-web/app/controllers.js
* ambari-web/app/controllers/global/update_controller.js
* ambari-web/app/app.js
* ambari-web/app/controllers/main/host/add_controller.js
* ambari-web/test/app_test.js
* ambari-web/app/assets/test/tests.js
*
ambari-web/app/controllers/main/admin/highAvailability/resourceManager/wizard_controller.js
*
ambari-web/app/controllers/main/admin/highAvailability/rangerAdmin/wizard_controller.js
* ambari-web/app/routes/high_availability_routes.js
> Usability: do not force redirect the user to the currently running wizard if
> another user logs in
> -------------------------------------------------------------------------------------------------
>
> Key: AMBARI-13123
> URL: https://issues.apache.org/jira/browse/AMBARI-13123
> Project: Ambari
> Issue Type: Task
> Components: ambari-web
> Affects Versions: 2.0.0
> Reporter: Andrii Tkach
> Assignee: Andrii Tkach
> Priority: Critical
> Fix For: 2.2.0
>
> Attachments: AMBARI-13123.patch
>
>
> When a user initiates "major" cluster reconfiguration operations, such as
> Enable NameNode HA, Enable Kerberos, Add Hosts, Add Services, etc, the user
> forces any user who accesses Ambari Web to be redirected to the wizard.
> This unnecessarily restricts what the users can do, and also it is dangerous
> because multiple users may interact with the wizard (or keep the wizards open
> and multiple instances can make API calls with side effects, causing failure).
> If users different from who initiated the major reconfiguration operation
> logs in while the operation is still going on, the user should not be force
> redirected, but instead be able to access the cluster in read-only mode with
> some indication that "NameNode HA is being enabled", etc (much like what
> happens when Rolling Upgrade is happening).
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)