You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ambari.apache.org by "Hudson (JIRA)" <ji...@apache.org> on 2017/08/22 16:27:01 UTC

[jira] [Commented] (AMBARI-21766) When Matching New VDFs for Parent Repos only Consider STANDARD Types

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

Hudson commented on AMBARI-21766:
---------------------------------

FAILURE: Integrated in Jenkins build Ambari-trunk-Commit #7921 (See [https://builds.apache.org/job/Ambari-trunk-Commit/7921/])
AMBARI-21766 - When Matching New VDFs for Parent Repos only Consider (jhurley: [http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=d2e0c42a1d6f67ade14e867d069d73b2567d685b])
* (edit) ambari-server/src/main/java/org/apache/ambari/server/orm/dao/RepositoryVersionDAO.java
* (edit) ambari-server/src/test/java/org/apache/ambari/server/orm/dao/RepositoryVersionDAOTest.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/controller/internal/VersionDefinitionResourceProvider.java
* (edit) ambari-server/src/main/java/org/apache/ambari/server/orm/entities/RepositoryVersionEntity.java


> When Matching New VDFs for Parent Repos only Consider STANDARD Types
> --------------------------------------------------------------------
>
>                 Key: AMBARI-21766
>                 URL: https://issues.apache.org/jira/browse/AMBARI-21766
>             Project: Ambari
>          Issue Type: Bug
>          Components: ambari-server
>    Affects Versions: 2.6.0
>            Reporter: Jonathan Hurley
>            Assignee: Jonathan Hurley
>            Priority: Critical
>             Fix For: 2.6.0
>
>         Attachments: AMBARI-21766.patch
>
>
> When registering a {{MAINT}} VDF where the regex matches both an existing {{STANDARD}} and existing {{PATCH}} repository, the new VDF registration will fail with:
> {quote}
> {
>     "status": 400,
>     "message": "Patch 2.5.4.0-121 was found to match more than one repository in use: 2.5.0.0-1237, 2.5.4.0-121. Move all services to a common version and try again."
> }
> {quote}
> We should only be matching for parents against the {{STANDARD}} repo type.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)