[
https://issues.apache.org/jira/browse/CAMEL-12075?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16285627#comment-16285627
]
ASF GitHub Bot commented on CAMEL-12075:
----------------------------------------
GitHub user forsthofer opened a pull request:
https://github.com/apache/camel/pull/2142
CAMEL-12075: aggregator thread does not finish in iterating splitter
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/forsthofer/camel CAMEL-12075
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2142.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 #2142
----
commit 09fb208e22a61c3feaacec9022575080c4b1a9d7
Author: Franz Forsthofer <[email protected]>
Date: 2017-12-11T08:06:59Z
CAMEL-12075: aggregator thread does not finish in iterating splitter
----
> Piling up of threads in iterating splitter in pararllel processing
> ------------------------------------------------------------------
>
> Key: CAMEL-12075
> URL: https://issues.apache.org/jira/browse/CAMEL-12075
> Project: Camel
> Issue Type: Bug
> Components: camel-core
> Affects Versions: 2.18.5, 2.19.4, 2.20.1
> Reporter: Franz Forsthofer
> Fix For: 2.19.5, 2.20.2, 2.21.0
>
>
> If you have a custom interating splitter which runs in parallel processing
> and which throws a RuntimeException either in the "hasNext" or "next" method
> after an aggregation thread was created then the aggregation thread will
> never finish.
> Therefore if the error occurs mulitple times the aggregatgor threads pile up.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)