Return-Path: X-Original-To: apmail-ignite-issues-archive@minotaur.apache.org Delivered-To: apmail-ignite-issues-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 34226187D0 for ; Sat, 5 Sep 2015 02:22:46 +0000 (UTC) Received: (qmail 70642 invoked by uid 500); 5 Sep 2015 02:22:46 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 70596 invoked by uid 500); 5 Sep 2015 02:22:46 -0000 Mailing-List: contact issues-help@ignite.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.apache.org Delivered-To: mailing list issues@ignite.apache.org Received: (qmail 70462 invoked by uid 99); 5 Sep 2015 02:22:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Sep 2015 02:22:46 +0000 Date: Sat, 5 Sep 2015 02:22:45 +0000 (UTC) From: "Valentin Kulichenko (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (IGNITE-1378) Continuous processor doesn't remove message listener if continuous query failed to start MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 Valentin Kulichenko created IGNITE-1378: ------------------------------------------- Summary: Continuous processor doesn't remove message listener if continuous query failed to start Key: IGNITE-1378 URL: https://issues.apache.org/jira/browse/IGNITE-1378 Project: Ignite Issue Type: Bug Components: general Reporter: Valentin Kulichenko Assignee: Valentin Kulichenko Priority: Blocker Fix For: ignite-1.4 {{GridContinuousProcessor.startRoutine(..)}} method adds message listener on line 538 and never removes it if handler registration fails (e.g., due to marshalling issues). Need to fix exception handling in this method. -- This message was sent by Atlassian JIRA (v6.3.4#6332)