[ https://issues.apache.org/jira/browse/CAMEL-4042?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13044484#comment-13044484 ]
Claus Ibsen commented on CAMEL-4042: ------------------------------------ It seems to hang when compiling this example {code} [INFO] ------------------------------------------------------------------------ [INFO] Building Camel :: Example :: Route :: Throttling 2.8-SNAPSHOT [INFO] ------------------------------------------------------------------------ [INFO] Deleting /home/hudson/hudson-slave/workspace/Camel.trunk.fulltest/camel-trunk/examples/camel-example-route-throttling/target [INFO] [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ camel-example-route-throttling --- [INFO] [INFO] Executing tasks [echo] Maven version: 2.8-SNAPSHOT [echo] OSGi version: 2.8.0.SNAPSHOT [mkdir] Created dir: /home/hudson/hudson-slave/workspace/Camel.trunk.fulltest/camel-trunk/examples/camel-example-route-throttling/target [INFO] Executed tasks [INFO] --- maven-antrun-plugin:1.2:run (create-prop) @ camel-example-route-throttling --- [INFO] [INFO] --- properties-maven-plugin:1.0-alpha-2:read-project-properties (default) @ camel-example-route-throttling --- [INFO] [INFO] --- maven-remote-resources-plugin:1.1:process (default) @ camel-example-route-throttling --- [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Copying 7 resources [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources) @ camel-example-route-throttling --- [INFO] Copying 3 resources [INFO] Using 'UTF-8' encoding to copy filtered resources. [INFO] [INFO] Copying 7 resources [INFO] --- maven-resources-plugin:2.4.3:resources (default) @ camel-example-route-throttling --- [INFO] Copying 3 resources [INFO] [INFO] Compiling 2 source files to /home/hudson/hudson-slave/workspace/Camel.trunk.fulltest/camel-trunk/examples/camel-example-route-throttling/target/classes [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ camel-example-route-throttling --- {code} There hasn't been any activity for 5+ min now. 3h43m running so far > Shutdown the thread pool when the test is over > ---------------------------------------------- > > Key: CAMEL-4042 > URL: https://issues.apache.org/jira/browse/CAMEL-4042 > Project: Camel > Issue Type: Improvement > Components: tests > Reporter: Willem Jiang > Assignee: Willem Jiang > Fix For: 2.8.0 > > > The thread size will keep increasing when we run the tests of camel. > After digging the code for a while I found there are lots of thread pool are > never shutdown when the test is over. > We should release these resources after running test. -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira