Return-Path: X-Original-To: apmail-stratos-dev-archive@minotaur.apache.org Delivered-To: apmail-stratos-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3A7EE10643 for ; Wed, 5 Mar 2014 03:42:09 +0000 (UTC) Received: (qmail 93979 invoked by uid 500); 5 Mar 2014 03:42:08 -0000 Delivered-To: apmail-stratos-dev-archive@stratos.apache.org Received: (qmail 93851 invoked by uid 500); 5 Mar 2014 03:42:06 -0000 Mailing-List: contact dev-help@stratos.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stratos.incubator.apache.org Delivered-To: mailing list dev@stratos.incubator.apache.org Received: (qmail 93838 invoked by uid 99); 5 Mar 2014 03:42:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Mar 2014 03:42:04 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Wed, 05 Mar 2014 03:42:03 +0000 Received: (qmail 92529 invoked by uid 99); 5 Mar 2014 03:41:42 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 05 Mar 2014 03:41:42 +0000 Date: Wed, 5 Mar 2014 03:41:42 +0000 (UTC) From: "Imesh Gunaratne (JIRA)" To: dev@stratos.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (STRATOS-494) Instances are spawned again after Un-Subscription MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Imesh Gunaratne created STRATOS-494: --------------------------------------- Summary: Instances are spawned again after Un-Subscription Key: STRATOS-494 URL: https://issues.apache.org/jira/browse/STRATOS-494 Project: Stratos Issue Type: Bug Components: Autoscaler Affects Versions: 4.0.0 Alpha Reporter: Imesh Gunaratne It looks like un-subscription functionality is not working as expected. Scenario: 1. Deploy a cartridge. 2. Subscribe to it. 3. Wait until an instance is activated. 4. Execute Un-subscribe option. 5. Now the running instances are terminated, but after some time new instances are spawned to replace the missing ones. [2014-03-05 08:35:07,541] INFO {org.apache.stratos.messaging.message.processor.topology.MemberMaintenanceModeProcessor} - Member updated as In_Maintenance: [service] php [cluster] im-php1.php.domain [member] im-php1.php.domainf73083ea-588a-4041-b817-8b86b13852d7 [2014-03-05 08:35:07,542] DEBUG {org.apache.stratos.autoscaler.message.receiver.topology.AutoscalerTopologyReceiver} - Member has been moved as pending termination: [member] im-php1.php.domainf73083ea-588a-4041-b817-8b86b13852d7 [2014-03-05 08:35:07,542] DEBUG {org.apache.stratos.autoscaler.PartitionContext} - Active member is removed and added to the termination pending member list. [Member Id] im-php1.php.domainf73083ea-588a-4041-b817-8b86b13852d7 [2014-03-05 08:35:07,545] INFO {org.apache.stratos.messaging.message.processor.topology.MemberReadyToShutdownMessageProcessor} - Member updated as Ready to shutdown: [service] php [cluster] im-php1.php.domain [member] im-php1.php.domainf73083ea-588a-4041-b817-8b86b13852d7 [2014-03-05 08:35:14,488] INFO {org.apache.stratos.autoscaler.client.cloud.controller.CloudControllerClient} - Trying to spawn an instance via cloud controller: [cluster] im-php1.php.domain [partition] zone-1 [lb-cluster] lb332185292.lb.domain [network-partition-id] ec2-region1 -- This message was sent by Atlassian JIRA (v6.2#6252)