[
https://issues.apache.org/jira/browse/CAMEL-14137?focusedWorklogId=338944&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-338944
]
ASF GitHub Bot logged work on CAMEL-14137:
------------------------------------------
Author: ASF GitHub Bot
Created on: 05/Nov/19 18:56
Start Date: 05/Nov/19 18:56
Worklog Time Spent: 10m
Work Description: luigidemasi commented on pull request #3318:
CAMEL-14137 Thread leak in camel-jetty component if maxThreads or min…
URL: https://github.com/apache/camel/pull/3318
…Threads property is set
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 338944)
Time Spent: 0.5h (was: 20m)
> Thread leak in camel-jetty component if maxThreads or minThreads property is
> set
> --------------------------------------------------------------------------------
>
> Key: CAMEL-14137
> URL: https://issues.apache.org/jira/browse/CAMEL-14137
> Project: Camel
> Issue Type: Bug
> Components: camel-jetty
> Reporter: Luigi De Masi
> Assignee: Andrea Cosentino
> Priority: Major
> Fix For: 3.0.0, 2.25.0
>
> Attachments: camel-jetty-Tleak-reproducer.zip
>
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> If a jetty component is configured as a bean with default thread pool
> settings, the thread pool get closed along with context.
> If maxThreads,minThreads or both component properties are set, a new
> [QueuedThreadPool|https://www.eclipse.org/jetty/javadoc/current/org/eclipse/jetty/util/thread/QueuedThreadPool.html]
> is instantiated in JettyHttpComponent class that not get closed when the
> context is stopping.
>
> Attached a reproducer.
>
> [^camel-jetty-Tleak-reproducer.zip]
--
This message was sent by Atlassian Jira
(v8.3.4#803005)