[GitHub] camel pull request #2384: Cleanup TimeOutChecker threads

2018-06-19 Thread gsudharsan
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

[GitHub] camel pull request #2385: CAMEL-12588 - Improving the fix

2018-06-19 Thread gsudharsan
GitHub user gsudharsan opened a pull request: https://github.com/apache/camel/pull/2385 CAMEL-12588 - Improving the fix doStop() method now shuts down the timeoutCheckerExecutorService pool too Improvment - used shutdown instead of shutdownNow You can merge this pull request

[GitHub] camel pull request #2385: CAMEL-12588 - Improving the fix

2018-06-19 Thread gsudharsan
Github user gsudharsan closed the pull request at: https://github.com/apache/camel/pull/2385 ---

[GitHub] camel pull request #2386: CAMEL-12588 Fix Improvement

2018-06-19 Thread gsudharsan
GitHub user gsudharsan opened a pull request: https://github.com/apache/camel/pull/2386 CAMEL-12588 Fix Improvement AggregateProcessor doStop() method changed to call shutdown() instead of shutdownNow() You can merge this pull request into a Git repository by running

[GitHub] camel pull request #2387: CAMEL-12588 AggregateProcessor does not stop Aggre...

2018-06-20 Thread gsudharsan
GitHub user gsudharsan opened a pull request: https://github.com/apache/camel/pull/2387 CAMEL-12588 AggregateProcessor does not stop AggregateTimeoutChecker threads on stop call doStart() starts back timeoutCheckerExecutorService only if it is null (it does not consider