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
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
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