You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@stratos.apache.org by "Lahiru Sandaruwan (JIRA)" <ji...@apache.org> on 2015/04/06 10:28:12 UTC

[jira] [Resolved] (STRATOS-1292) Stratos 4.1.0 : Issue when deploying application with single group and 3 cartridges, no dependencies ...

     [ https://issues.apache.org/jira/browse/STRATOS-1292?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lahiru Sandaruwan resolved STRATOS-1292.
----------------------------------------
    Resolution: Fixed

Fixed in 	8062428e21c8d9aafe6e6721d3eece42f31e827c.

> Stratos 4.1.0 : Issue when deploying application with single group and 3 cartridges, no dependencies ...
> --------------------------------------------------------------------------------------------------------
>
>                 Key: STRATOS-1292
>                 URL: https://issues.apache.org/jira/browse/STRATOS-1292
>             Project: Stratos
>          Issue Type: Bug
>          Components: Cloud Controller
>    Affects Versions: 4.1.0 Beta
>            Reporter: Martin Eppel
>         Attachments: artefacts.zip, logs-with-debug.zip, logs.zip
>
>
> Hi,
> I see an issue when I subscribe a single group with 3 cartridges, no dependencies – they never go active instead they all are stuck in  “Starting”. I attached the server log and the cartridge-agent logs
> Member status:
> subscription-c1-c2-c3: applicationInstances 1, groupInstances 1, clusterInstances 3, members 3 (Starting 3)
>                   c2: 172.16.2.18/172.28.40.69: status Starting
>                   c3: 172.16.2.19/172.28.40.70: status Starting
>                   c1: 172.16.2.17/172.28.40.68: status Starting
> Logs are attached
> Update:
> I tested with a single cartridge in the group and same issue happens
> Adding the application / cartridge group artefacts:
> application.json
> {
>   "applicationId": "subscription-c1-in-group",
>   "multiTenant": false,
>   "alias": "subscription-c1-in-group",
>   "status": "Deployed",
>   "components": {
>     "groups": [
>       {
>         "name": "subscription-c1-in-group",
>         "alias": "subscription-c1-in-group",
>         "groupMinInstances": 1,
>         "groupMaxInstances": 1,
>         "isGroupScalingEnabled": false,
>         "cartridges": [
>           {
>             "type": "c1",
>             "cartridgeMin": 1,
>             "cartridgeMax": 10000000,
>             "subscribableInfo": {
>               "alias": "c1-0x0",
>               "deploymentPolicy": "static-1",
>               "autoscalingPolicy": "economyPolicy",
>               "maxMembers": 0,
>               "minMembers": 0,
>               "artifactRepository": {
>                 "alias": "c1-0x0",
>                 "privateRepo": true,
>                 "repoUrl": "http://xxx:10080/git/default.git",
>                 "repoUsername": "user",
>                 "repoPassword": "c-policy"
>               }
>             }
>           }
>         ]
>       }
>     ]
>   }
> }
> cartridge_group.json
> {
>   "name": "subscription-c1-in-group",
>   "cartridges": [
>     "c1"
>   ],
>   "groupScalingEnabled": false,
>   "dependencies": {
>     "terminationBehaviour": "terminate-none"
>   }
> }



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