[
https://issues.apache.org/jira/browse/STRATOS-974?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14215970#comment-14215970
]
Reka Thirunavukkarasu commented on STRATOS-974:
-----------------------------------------------
Hi Martin,
Thanks for reporting this..Yah..Found a possible cause of this issue and fixed
it in b05a211f86bf7ca54d717edc8611646ce8005e91. This is because we are adding
the faulty member to terminationPending list in autoscaler. So until that
member got terminated, there won't be any new members getting created. Now that
the minimum count would take only active and pending members into
consideration. This should solve the issue.
Thanks,
Reka
> [Grouping][testing] - single cartridge, VM is not restored after being killed
> -----------------------------------------------------------------------------
>
> Key: STRATOS-974
> URL: https://issues.apache.org/jira/browse/STRATOS-974
> Project: Stratos
> Issue Type: Bug
> Components: Autoscaler
> Affects Versions: 4.1.0 M4
> Reporter: Martin Eppel
> Assignee: Reka Thirunavukkarasu
> Attachments: wso2carbon.1.log.gz, wso2carbon.log.gz
>
>
> I deployed a application with single cartridge, no group.
> After VM comes up, deleted VM and expected a new instance to be spun up - no
> instance was spun up. Logs are attached
> As it turned out the VM eventually came up, but it took a long time.
> Subsequent tests didn't show the same issue, VM comes up as expected.
> It might still be a good idea to analyze the logs to see if anything unusual
> happened. Added the log file which has all the scenarios (original which took
> a long time and all subsequent retries)
> app definition:
>
> {
> "applicationId": "test_app5",
> "alias": "myapp5",
> "components": {
> "groups": [
> ],
> "subscribables": [
> {
> "type": "cisco-sample-vm",
> "alias": "c1xxx"
> }
> ]
> },
> "subscribableInfo": [
> {
> "alias": "c1xxx",
> "deploymentPolicy": "static-1-Core",
> "autoscalingPolicy": "economyPolicy",
> "privateRepo": "true",
> "repoPassword": "password",
> "repoURL": "http://xxx:10080/git/default.git",
> "repoUsername": "user"
> }
> ]
> }
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)