TimeLimitedCollector hang on, VM process doesn't die (TOMCAT)

2009-10-02 Thread Mani EZZAT
Hello everyone. I'm using solrJ for an application deployed in Tomcat (6.x). It's base on lucene 2.9 when I use the catalina stop command, the VM doesn't die. The problem seems to be the TimeLimitedCollector thread. Here a jstack trace of the JVM (I get the same thing with jconsole too) : Att

Re: TimeLimitedCollector hang on, VM process doesn't die (TOMCAT)

2009-10-02 Thread Mani EZZAT
Mark Miller wrote: That thread will only be stopped if its interrupted. So it would appear there is a not a path that leads to it being interrupted ... why that is would be the next question ... I found someone (a japanese) who had the same problem http://d.hatena.ne.jp/knaka20blue/20090608

Re: TimeLimitedCollector hang on, VM process doesn't die (TOMCAT)

2009-10-05 Thread Mani EZZAT
Mark Miller wrote: Mani EZZAT wrote: Mark Miller wrote: That thread will only be stopped if its interrupted. So it would appear there is a not a path that leads to it being interrupted ... why that is would be the next question ... I found someone (a japanese) who had the