[
https://issues.apache.org/jira/browse/CAMEL-10284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15464431#comment-15464431
]
ASF GitHub Bot commented on CAMEL-10284:
----------------------------------------
GitHub user JYBESSON opened a pull request:
https://github.com/apache/camel/pull/1155
CAMEL-10284 No shutdown for custom workerPool in NettyProducer
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/JYBESSON/camel master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1155.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 #1155
----
commit 0e57b837dfbd2d9e171ceb4be0a84965748abfe9
Author: Jean-Yves BESSON <[email protected]>
Date: 2016-07-28T15:14:55Z
CAMEL-10184 - Allow to use a custom ChannelGroup for NettyProducer
commit 51eef2f25756d64e40a873eba2a6cc3ed6d95eef
Author: Jean-Yves BESSON <[email protected]>
Date: 2016-09-02T14:27:50Z
CAMEL-10284 - No shutdown for custom workerPool in NettyProducer
commit d766c9cd03ec37fd915f216c3910920e0ea36c40
Author: Jean-Yves BESSON <[email protected]>
Date: 2016-09-02T15:07:46Z
Merge remote-tracking branch 'upstream/master'
Conflicts:
components/camel-netty4/src/main/java/org/apache/camel/component/netty4/NettyProducer.java
commit 9375ccd009d867ece62ab56854dc56fb5e039cd3
Author: Jean-Yves BESSON <[email protected]>
Date: 2016-09-02T15:14:10Z
Merge remote-tracking branch 'upstream/master'
commit c33ea1245ddd265fbd10bef65208269d16288bf1
Author: Jean-Yves BESSON <[email protected]>
Date: 2016-09-02T15:26:08Z
fix merge mistake
commit 78e7a54cb24cb3e8dd84991b02ea14aa79a050ca
Author: Jean-Yves BESSON <[email protected]>
Date: 2016-09-02T15:30:52Z
Fixed CS
commit 4c234ca8c8b1f97a098480d688d71fa0c2d825ae
Author: Jean-Yves BESSON <[email protected]>
Date: 2016-09-05T07:29:17Z
Fixed merge error
commit bfaa7465802c9f65cee1ffb9b39d7ad7972826e3
Author: Jean-Yves BESSON <[email protected]>
Date: 2016-09-05T07:32:59Z
Revert "Fixed merge error"
This reverts commit 4c234ca8c8b1f97a098480d688d71fa0c2d825ae.
commit ab867e1c218e2494f2412b47e0b9a390b6bbdc8e
Author: Jean-Yves BESSON <[email protected]>
Date: 2016-09-05T08:07:49Z
Fixed merge error
----
> No shutdown for custom workerPool in NettyProducer
> --------------------------------------------------
>
> Key: CAMEL-10284
> URL: https://issues.apache.org/jira/browse/CAMEL-10284
> Project: Camel
> Issue Type: Bug
> Components: camel-netty4
> Affects Versions: 2.17.3
> Reporter: Jean-Yves BESSON
> Fix For: 2.18.0, 2.17.4
>
>
> The workGroup reference from configuration is not set in the producer so
> method shutdownGracefully() is not called in doStop()
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)