Antonenko Alexander created AMBARI-12103:
--------------------------------------------
Summary: Add Host Wizard: Adding host with no components fails
Key: AMBARI-12103
URL: https://issues.apache.org/jira/browse/AMBARI-12103
Project: Ambari
Issue Type: Bug
Components: ambari-web
Affects Versions: 2.1.0
Reporter: Antonenko Alexander
Assignee: Antonenko Alexander
Priority: Critical
Fix For: 2.1.0
*Steps to reproduce:*
# Launch Add Host wizard
# Proceed to Assign Slaves and Clients
# Unselect all components
# Proceed to Install, Start and Test
*Actual result:*
Deploy stuck;
Since there is no components to install, no request created;
JS error thrown:
{code:java}
Uncaught TypeError: Cannot read property 'setEach' of undefined
App.WizardStep9Controller.Em.Controller.extend.setParseHostInfo
{code}
*Expected result:*
Deploy should be instantly completed if there is no request received.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)