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

http://d.hatena.ne.jp/knaka20blue/20090608

Do you think I should look at the SolR side ?

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Actually, it may not be the TimeLimitedCollector thats keeping those
open. Since its a daemon thread, it shouldn't prevent shutdown even if
its not interrupted.

See that java.util.Timer way below? It's probably that. Know where it
comes from? By default they are not daemon threads, so its a likely
candidate ...

This thread is also a deamon.
But I know which thread cause this and I don't think it's lucene related :)
Thank you for your time

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@lucene.apache.org
For additional commands, e-mail: java-user-h...@lucene.apache.org

Reply via email to