Antonenko Alexander created AMBARI-11975:
--------------------------------------------
Summary: When there are components in INSTALL_FAILED state UI
seems to be issuing wrong command to INSTALL them
Key: AMBARI-11975
URL: https://issues.apache.org/jira/browse/AMBARI-11975
Project: Ambari
Issue Type: Bug
Components: ambari-web
Affects Versions: 2.1.0
Reporter: Antonenko Alexander
Assignee: Antonenko Alexander
Priority: Blocker
Fix For: 2.1.0
There are several components in INSTALL_FAILED state.
When Retry is hit from the Install Wizard this is the call I see
{code}
PUT
http://xxx:8080/api/v1/clusters/cl1/host_components?HostRoles/state=INSTALLED
Body - {"RequestInfo":{"context":"Install
Components","operation_level":{"level":"CLUSTER","cluster_name":"cl1"}},"Body":{"HostRoles":{"state":"INSTALLED"}}}
{code}
Looks like thats the reason the components in INSTALL_FAILED never recover.
Then when START is issued you will see this error:
{noformat}
Error message: org.apache.ambari.server.controller.spi.SystemException: An
internal system exception occurred: Invalid transition for
servicecomponenthost, clusterName=cl1, clusterId=1, serviceName=ZOOKEEPER,
componentName=ZOOKEEPER_SERVER, hostname=ixxxl, currentState=INSTALL_FAILED,
newDesiredState=STARTED
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)