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

Reka Thirunavukkarasu commented on STRATOS-984:
-----------------------------------------------

Hi Martin,

Our dependency tree parser is written in a way that, it will plug the new start 
order's first element to either root of the tree or if there is a same element 
exists, then plug it to that element.

So, in your case, the tree will be like this:

                DependencyTree
                           |
             -------------------------
            |                              | 
            c2                           c3
            |
            c1


After adding c3 as above, in order to add c2, since c2 is already there and we 
can add c2 after c3 as well, the flow got to messed and stratos should throw 
exception. There was a small issue when identifying this error case..Will fix 
and update the jira..

> [grouping][testing] no startup of VMs
> -------------------------------------
>
>                 Key: STRATOS-984
>                 URL: https://issues.apache.org/jira/browse/STRATOS-984
>             Project: Stratos
>          Issue Type: Bug
>            Reporter: Martin Eppel
>         Attachments: application_test_app5.json, group5c.json
>
>
> deploying application with single group (see attached json files). 
> Expected following sequence: 1. c3 2. c2 3. c1
> instead no vm was started up
> application definitions are attached



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

Reply via email to