Hi On Mon, Feb 21, 2011 at 7:53 AM, aliablue <[email protected]> wrote: > > Hi, > > QuartzComponent re-create quartz worker threads during shutdown Camel. > Here is an stack trace for a thread running in tomcat during shutdown Camel: > > Camel ver.2.6.0 > > Daemon Thread [http-8989-1] (Suspended (breakpoint at line 285 in > SimpleThreadPool)) > SimpleThreadPool.createWorkerThreads(int) line: 285 > SimpleThreadPool.initialize() line: 276 > StdSchedulerFactory.instantiate() line: 1224 > StdSchedulerFactory.getScheduler() line: 1465 > QuartzComponent.createScheduler() line: 426 > QuartzComponent.getScheduler() line: 349 > QuartzComponent.isClustered() line: 298 > QuartzComponent.deleteJob(String, String) line: 264 > QuartzEndpoint.deleteTrigger(Trigger) line: 88 > QuartzEndpoint.shutdown() line: 254 > ServiceHelper.stopAndShutdownService(Object) line: 171 > SpringCamelContext(DefaultCamelContext).shutdownServices(Object) line: > 1551 > SpringCamelContext(DefaultCamelContext).shutdownServices(Collection<?>, > boolean) line: 1573 > SpringCamelContext(DefaultCamelContext).shutdownServices(Collection<?>) > line: 1561 > SpringCamelContext(DefaultCamelContext).doStop() line: 1464 > SpringCamelContext(ServiceSupport).stop(boolean) line: 98 > SpringCamelContext(ServiceSupport).stop() line: 122 >
Thanks for reporting. I have created a ticket https://issues.apache.org/jira/browse/CAMEL-3690 And will commit a fix shortly. > -- > View this message in context: > http://camel.465427.n5.nabble.com/QuartzComponent-do-not-delete-quartz-worker-threads-when-shutdown-Camel-tp3393728p3393728.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen ----------------- FuseSource Email: [email protected] Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/
