Return-Path: X-Original-To: apmail-cloudstack-issues-archive@www.apache.org Delivered-To: apmail-cloudstack-issues-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6B83B119B3 for ; Fri, 28 Mar 2014 21:11:20 +0000 (UTC) Received: (qmail 45300 invoked by uid 500); 28 Mar 2014 21:11:20 -0000 Delivered-To: apmail-cloudstack-issues-archive@cloudstack.apache.org Received: (qmail 44340 invoked by uid 500); 28 Mar 2014 21:11:16 -0000 Mailing-List: contact issues-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list issues@cloudstack.apache.org Received: (qmail 44331 invoked by uid 500); 28 Mar 2014 21:11:16 -0000 Delivered-To: apmail-incubator-cloudstack-issues@incubator.apache.org Received: (qmail 44319 invoked by uid 99); 28 Mar 2014 21:11:15 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 28 Mar 2014 21:11:15 +0000 Date: Fri, 28 Mar 2014 21:11:15 +0000 (UTC) From: "Prachi Damle (JIRA)" To: cloudstack-issues@incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (CLOUDSTACK-6305) MessageBus: Needs to handle exceptions from the subscribers and decrement the counter MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Prachi Damle created CLOUDSTACK-6305: ---------------------------------------- Summary: MessageBus: Needs to handle exceptions from the subscribers and decrement the counter Key: CLOUDSTACK-6305 URL: https://issues.apache.org/jira/browse/CLOUDSTACK-6305 Project: CloudStack Issue Type: Bug Security Level: Public (Anyone can view this level - this is the default.) Components: Management Server Reporter: Prachi Damle Priority: Critical Fix For: 4.4.0 MessageBus needs to handle the runtime exceptions thrown from the subscribers while processing the published messages. Currently, the MessageBus easily causes a deadlocked situation if one of the subscriber hits runtime error, because of not releasing the counter. -- This message was sent by Atlassian JIRA (v6.2#6252)