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

ASF GitHub Bot commented on CAMEL-11977:
----------------------------------------

GitHub user igorko opened a pull request:

    https://github.com/apache/camel/pull/2090

    CAMEL-11977: MongoDB Tailable cursor consumer fails to stop on shutdown

    Is it still possible to include this fix into v2.20.1. It would be very 
good if so.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/igorko/camel master

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/camel/pull/2090.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 #2090
    
----
commit 2923c85347f8ae03185d12a4b5c23a8978f2f020
Author: Igor Paliychuk <[email protected]>
Date:   2017-11-13T11:53:58Z

    CAMEL-11977: MongoDB Tailable cursor consumer fails to stop on shutdown

----


> 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
>             Fix For: 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
(v6.4.14#64029)

Reply via email to