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

Hudson commented on AMBARI-18415:
---------------------------------

FAILURE: Integrated in Jenkins build Ambari-branch-2.5 #74 (See 
[https://builds.apache.org/job/Ambari-branch-2.5/74/])
AMBARI-18415. Stack definition: service component 'cardinality' (aonishuk: 
[http://git-wip-us.apache.org/repos/asf?p=ambari.git&a=commit&h=003d455c55e3a90cf6fb3247177c367ddfd1fc60])
* (edit) 
ambari-server/src/main/resources/common-services/HIVE/0.12.0.2.0/metainfo.xml


> Stack definition: service component 'cardinality' inheritance not working 
> properly
> ----------------------------------------------------------------------------------
>
>                 Key: AMBARI-18415
>                 URL: https://issues.apache.org/jira/browse/AMBARI-18415
>             Project: Ambari
>          Issue Type: Bug
>            Reporter: Andrew Onischuk
>            Assignee: Andrew Onischuk
>             Fix For: 2.5.0
>
>         Attachments: AMBARI-18415.patch, AMBARI-18415.patch
>
>
> In the stack definition if a property of service component is not defined in
> one specific version than it will be inherited from the parent version.
> The `ComponentInfo.cardinality` always has a default value of "0+" from the
> moment the object is instantiated thus the inheritance logic is never applied.
> This leads to if a specific version of a service component doesn't have a
> property set in stack definition it won't inherit it from its parent but
> rather will take the "0+" default value.
> This is not the correct behaviour. First the inheritance should be applied and
> only set `cardinality` to "0+" only if it can't be inherited from the parents
> (as it's not defined in any of the parents up in the inheritance chain)



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

Reply via email to