You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "Claus Ibsen (JIRA)" <ji...@apache.org> on 2017/11/14 10:26:00 UTC

[jira] [Created] (CAMEL-12007) camel-catalog-maven - Add stop method to cleanup connections

Claus Ibsen created CAMEL-12007:
-----------------------------------

             Summary: camel-catalog-maven - Add stop method to cleanup connections
                 Key: CAMEL-12007
                 URL: https://issues.apache.org/jira/browse/CAMEL-12007
             Project: Camel
          Issue Type: Improvement
          Components: camel-catalog
    Affects Versions: 2.20.1
            Reporter: Claus Ibsen
            Assignee: Claus Ibsen
             Fix For: 2.20.2, 2.21.0


Make it possible to cleanup the http connections that MultiThreadedHttpConnectionManager may leak.

For example from testing camel-idea-plugin

Failed tests:
  CamelProjectComponentTestIT>PlatformTestCase.v:640->ModuleTestCase.tearDown:79->IdeaTestCase.tearDown:49->PlatformTestCase.tearDown:517->PlatformTestCase.q:503 Thread leaked: Thread[MultiThreadedHttpConnectionManager cleanup,6,main]; WAITING (true)
--- its stacktrace:
 at java.lang.Object.wait(Native Method)
 at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
 at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
 at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$ReferenceQueueThread.run(MultiThreadedHttpConnectionManager.java:1122)
---



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)