GitHub user gsudharsan opened a pull request:
https://github.com/apache/camel/pull/2384
Cleanup TimeOutChecker threads
When a Aggregator route is stopped, only the AggregateRecoveryChecker
threads are stopped and not the AggregateTimeoutChecker threads. They keep
lingering around. - CAMEL-12588
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gsudharsan/camel master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/2384.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 #2384
----
commit b26f9fca9e48a1afdbbfc6ad576455e2e3c6c0c3
Author: Sudharsan Govindarajan <gsudharsan@...>
Date: 2018-06-19T11:37:52Z
Cleanup TimeOutChecker threads
When a Aggregator route is stopped, only the AggregateRecoveryChecker
threads are stopped and not the AggregateTimeoutChecker threads. They keep
lingering around .
----
---