From java-user-return-42596-apmail-lucene-java-user-archive=lucene.apache.org@lucene.apache.org Mon Oct 05 08:19:36 2009 Return-Path: Delivered-To: apmail-lucene-java-user-archive@www.apache.org Received: (qmail 12351 invoked from network); 5 Oct 2009 08:19:35 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 5 Oct 2009 08:19:35 -0000 Received: (qmail 27536 invoked by uid 500); 5 Oct 2009 08:19:33 -0000 Delivered-To: apmail-lucene-java-user-archive@lucene.apache.org Received: (qmail 27431 invoked by uid 500); 5 Oct 2009 08:19:32 -0000 Mailing-List: contact java-user-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-user@lucene.apache.org Delivered-To: mailing list java-user@lucene.apache.org Received: (qmail 27421 invoked by uid 99); 5 Oct 2009 08:19:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Oct 2009 08:19:32 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of mani.ezzat@arisem.com designates 192.93.160.42 as permitted sender) Received: from [192.93.160.42] (HELO mail.arisem.com) (192.93.160.42) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 05 Oct 2009 08:19:22 +0000 Message-ID: <4AC9ABD3.5020003@arisem.com> Date: Mon, 5 Oct 2009 10:18:27 +0200 From: Mani EZZAT User-Agent: Mozilla-Thunderbird 2.0.0.22 (X11/20090707) MIME-Version: 1.0 To: "java-user@lucene.apache.org" Subject: Re: TimeLimitedCollector hang on, VM process doesn't die (TOMCAT) References: <4AC5BCCB.4010901@arisem.com> <4AC5F907.307@gmail.com> <4AC5FA61.3090104@arisem.com> <4AC5FDC3.80406@gmail.com> In-Reply-To: <4AC5FDC3.80406@gmail.com> Content-Type: text/plain; charset="ISO-8859-1"; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org 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-unsubscribe@lucene.apache.org >> For additional commands, e-mail: java-user-help@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-unsubscribe@lucene.apache.org For additional commands, e-mail: java-user-help@lucene.apache.org