You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Andrii Tkach (JIRA)" <ji...@apache.org> on 2015/12/24 15:35:49 UTC

[jira] [Created] (AMBARI-14493) Add Service: deploy fails due to duplicate components create

Andrii Tkach created AMBARI-14493:
-------------------------------------

             Summary: Add Service: deploy fails due to duplicate components create
                 Key: AMBARI-14493
                 URL: https://issues.apache.org/jira/browse/AMBARI-14493
             Project: Ambari
          Issue Type: Bug
          Components: ambari-web
    Affects Versions: 2.4.0
            Reporter: Andrii Tkach
            Assignee: Andrii Tkach
            Priority: Critical
             Fix For: 2.4.0


*Steps to reproduce:*
* Launch Add Service Wizard
* Select HBASE service
* Proceed to Review step
* Click Deploy

*Actual result:*
Deploy fails, with error:
{code:java}
{
  "status" : 409,
  "message" : "org.apache.ambari.server.controller.spi.ResourceAlreadyExistsException: Attempted to create host_component's which already exist: [clusterName=c1, hostName=c6402.ambari.apache.org, componentName=DATANODE],[clusterName=c1, hostName=c6403.ambari.apache.org, componentName=DATANODE],[clusterName=c1, hostName=c6401.ambari.apache.org, componentName=DATANODE]"
}
{code}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)