You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2015/02/02 23:55:12 UTC

[jira] [Commented] (AMBARI-9275) Cannot delete registered-version with invalid repo URLs

    [ https://issues.apache.org/jira/browse/AMBARI-9275?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14302216#comment-14302216 ] 

Hudson commented on AMBARI-9275:
--------------------------------

FAILURE: Integrated in Ambari-trunk-Commit-docker #841 (See [https://builds.apache.org/job/Ambari-trunk-Commit-docker/841/])
AMBARI-9275. Cannot delete registered-version with invalid repo URLs (Yurii Shylov via ncole) (ncole: http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=14852dc8a75d137b362668d546dfb0af141f354b)
* ambari-server/src/test/java/org/apache/ambari/server/controller/internal/RepositoryVersionResourceProviderTest.java
* ambari-server/src/main/java/org/apache/ambari/server/controller/internal/RepositoryVersionResourceProvider.java


> Cannot delete registered-version with invalid repo URLs
> -------------------------------------------------------
>
>                 Key: AMBARI-9275
>                 URL: https://issues.apache.org/jira/browse/AMBARI-9275
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.0.0
>            Reporter: Yurii Shylov
>            Assignee: Yurii Shylov
>             Fix For: 2.0.0
>
>
> I registered a repo-version with URLs that have no repo
> # http://apache.org
> # http://apache.org
> Then I attempted to install - which failed. Then when I attempt to deregister the version, hit the following response
> {code}
> DELETE http://c6401:8080/api/v1/stacks/HDP/versions/2.2/repository_versions/3
> {
>   "status" : 500,
>   "message" : "org.apache.ambari.server.controller.spi.SystemException: Repository version can't be deleted as it is INSTALL_FAILED on cluster c1"
> }
> {code}



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