Details
-
Bug
-
Status: Resolved
-
Critical
-
Resolution: Fixed
-
2.2.0
-
None
Description
Steps to reproduce:
- Launch Add Service Wizard
- Select HBASE service
- Proceed to Review step
- Click Deploy
Actual result:
Deploy fails, with error:
{ "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]" }
Attachments
Attachments
Issue Links
- duplicates
-
AMBARI-14490 Adding a service fails due to ResourceAlreadyExistsException
- Resolved