You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2019/11/04 22:58:00 UTC

[jira] [Work logged] (CAMEL-14137) Thread leak in camel-jetty component if maxThreads or minThreads property is set

     [ https://issues.apache.org/jira/browse/CAMEL-14137?focusedWorklogId=338399&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-338399 ]

ASF GitHub Bot logged work on CAMEL-14137:
------------------------------------------

                Author: ASF GitHub Bot
            Created on: 04/Nov/19 22:57
            Start Date: 04/Nov/19 22:57
    Worklog Time Spent: 10m 
      Work Description: luigidemasi commented on pull request #3315:  CAMEL-14137 Thread leak in camel-jetty component if maxThreads or mi…
URL: https://github.com/apache/camel/pull/3315
 
 
   …nThreads 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:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 338399)
    Remaining Estimate: 0h
            Time Spent: 10m

> 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
>            Priority: Major
>         Attachments: camel-jetty-Tleak-reproducer.zip
>
>          Time Spent: 10m
>  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)