You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Ihor Paliichuk (JIRA)" <ji...@apache.org> on 2018/02/12 10:31:00 UTC

[jira] [Comment Edited] (CAMEL-11977) MongoDB Tailable cursor consumer fails to stop on shutdown

    [ https://issues.apache.org/jira/browse/CAMEL-11977?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16360565#comment-16360565 ] 

Ihor Paliichuk edited comment on CAMEL-11977 at 2/12/18 10:30 AM:
------------------------------------------------------------------

Forgot to notice: first pull request was reverted, because it was bad code change. But second one (correct) was never applied. So I guess someone should just apply second patch to 2.20.x branch


was (Author: igorko):
Forgot to notice, first pull request was reverted, because it was bad code change. But second one (correct) was never applied. So I guess someone should just apply second patch to 2.20.x branch

> MongoDB Tailable cursor consumer fails to stop on shutdown
> ----------------------------------------------------------
>
>                 Key: CAMEL-11977
>                 URL: https://issues.apache.org/jira/browse/CAMEL-11977
>             Project: Camel
>          Issue Type: Bug
>          Components: camel-mongodb, camel-mongodb3
>    Affects Versions: 2.20.0
>         Environment: Windows 10, Java 1.8
>            Reporter: Ihor Paliichuk
>            Assignee: Andrea Cosentino
>            Priority: Major
>             Fix For: 2.20.3, 2.21.0
>
>
> MongoDB Tailable cursor consumer fails to stop on shutdown(when using Ctrl+C) if collection is not empty. Routes are described in xml file.
> [Camel (...) thread #8 - ShutdownTask] INFO  o.a.c.c.m.MongoDbTailingProcess - Stopping MongoDB Tailable Cursor consumer, bound to collection: db: ..., col: ... 
> [Camel (...) thread #8 - ShutdownTask] INFO  o.a.c.c.m.MongoDbTailingProcess - Going to wait for stopping
> When collection is empty, all is ok and I see next line
> [Camel (...) thread #8 - ShutdownTask] INFO  o.a.c.c.m.MongoDbTailingProcess - Stopped MongoDB Tailable Cursor consumer, bound to collection: db: ..., col: ...



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)