[
https://issues.apache.org/jira/browse/AMBARI-13741?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14995296#comment-14995296
]
Hudson commented on AMBARI-13741:
---------------------------------
FAILURE: Integrated in Ambari-branch-2.1 #817 (See
[https://builds.apache.org/job/Ambari-branch-2.1/817/])
AMBARI-13741. API call to delete service fails with error: integrity (smohanty:
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=341aeafea123b78557c88207328f761113001188])
*
ambari-server/src/main/java/org/apache/ambari/server/orm/entities/ServiceComponentDesiredStateEntity.java
*
ambari-server/src/main/java/org/apache/ambari/server/state/cluster/ClusterImpl.java
*
ambari-server/src/test/java/org/apache/ambari/server/state/cluster/ClusterImplTest.java
*
ambari-server/src/main/java/org/apache/ambari/server/orm/entities/ClusterServiceEntity.java
*
ambari-server/src/main/java/org/apache/ambari/server/state/svccomphost/ServiceComponentHostImpl.java
> API call to delete service fails with error: integrity constraint violated -
> child record found
> -----------------------------------------------------------------------------------------------
>
> Key: AMBARI-13741
> URL: https://issues.apache.org/jira/browse/AMBARI-13741
> Project: Ambari
> Issue Type: Bug
> Components: ambari-server
> Affects Versions: 2.0.0
> Reporter: Sebastian Toader
> Assignee: Sebastian Toader
> Fix For: 2.1.3
>
> Attachments: AMBARI-13741.v2.patch
>
>
> Deleting a service from existing cluster using REST API
> (https://cwiki.apache.org/confluence/display/AMBARI/Using+APIs+to+delete+a+service+or+all+host+components+on+a+host)
> fails with the below error:
> Call: DELETE FROM clusterservice Where ((cluster_id = ?) AND (service_name =
> ?))
> Caused by: ... ORA-02292 integrity constraint violated - child record found
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)