[
https://issues.apache.org/jira/browse/IGNITE-1378?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14731727#comment-14731727
]
ASF GitHub Bot commented on IGNITE-1378:
----------------------------------------
GitHub user vkulichenko opened a pull request:
https://github.com/apache/ignite/pull/69
IGNITE-1378 - Fixed exception handling in GridContinuousProcessor.sta…
…rtRoutine()
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vkulichenko/incubator-ignite ignite-1378
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/69.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #69
----
commit 6b680cb2633fa945e30db178728b96fc88fbbbf8
Author: Valentin Kulichenko <[email protected]>
Date: 2015-09-05T02:26:57Z
IGNITE-1378 - Fixed exception handling in
GridContinuousProcessor.startRoutine()
----
> 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)