You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stratos.apache.org by "Reka Thirunavukkarasu (JIRA)" <ji...@apache.org> on 2014/11/19 07:25:34 UTC

[jira] [Comment Edited] (STRATOS-984) [grouping][testing] no startup of VMs

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

Reka Thirunavukkarasu edited comment on STRATOS-984 at 11/19/14 6:25 AM:
-------------------------------------------------------------------------

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..


was (Author: reka):
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)