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 06:24:33 UTC

[jira] [Commented] (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=14217436#comment-14217436 ] 

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

Hi Martin,

Is there any reson for you to put the startupoder as below:
"startupOrders": [
                "cartridge.c2,cartridge.c1",
                "cartridge.c3,cartridge.c2"
        ],


Instead, you could achieve this with the following order:
"startupOrders": [
                "cartridge.c3, cartridge.c2, cartridge.c1 ",
               
        ],

Anyway, i will check the code whether there is any issue in handling such startupOrders as you mentioned..

Thanks,
Reka


> [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)