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 125CF10B84 for ; Tue, 8 Sep 2015 19:00:47 +0000 (UTC) Received: (qmail 51088 invoked by uid 500); 8 Sep 2015 19:00:46 -0000 Delivered-To: apmail-ignite-issues-archive@ignite.apache.org Received: (qmail 51040 invoked by uid 500); 8 Sep 2015 19:00: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 51030 invoked by uid 99); 8 Sep 2015 19:00:46 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Sep 2015 19:00:46 +0000 Date: Tue, 8 Sep 2015 19:00:46 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@ignite.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (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 [ https://issues.apache.org/jira/browse/IGNITE-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14735409#comment-14735409 ] ASF GitHub Bot commented on IGNITE-1378: ---------------------------------------- Github user vkulichenko closed the pull request at: https://github.com/apache/ignite/pull/69 > 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)