Return-Path: Delivered-To: apmail-lucene-java-dev-archive@www.apache.org Received: (qmail 10391 invoked from network); 15 Dec 2006 16:58:08 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Dec 2006 16:58:08 -0000 Received: (qmail 91018 invoked by uid 500); 15 Dec 2006 16:58:12 -0000 Delivered-To: apmail-lucene-java-dev-archive@lucene.apache.org Received: (qmail 90981 invoked by uid 500); 15 Dec 2006 16:58:12 -0000 Mailing-List: contact java-dev-help@lucene.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: java-dev@lucene.apache.org Delivered-To: mailing list java-dev@lucene.apache.org Received: (qmail 90962 invoked by uid 99); 15 Dec 2006 16:58:12 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Dec 2006 08:58:12 -0800 X-ASF-Spam-Status: No, hits=0.5 required=10.0 tests=DNS_FROM_RFC_ABUSE X-Spam-Check-By: apache.org Received-SPF: neutral (herse.apache.org: local policy) Received: from [209.86.89.63] (HELO elasmtp-junco.atl.sa.earthlink.net) (209.86.89.63) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 15 Dec 2006 08:58:00 -0800 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=dk20050327; d=ix.netcom.com; b=JJjkzCAfOWHwMgly7STfHhou0+yo125jrVfo01rHXkSqmwZp0E1CL4jQAS/IPgMu; h=Received:Mime-Version:In-Reply-To:References:Content-Type:Message-Id:Content-Transfer-Encoding:From:Subject:Date:To:X-Mailer:X-ELNK-Trace:X-Originating-IP; Received: from [69.209.55.74] (helo=[192.168.1.64]) by elasmtp-junco.atl.sa.earthlink.net with asmtp (Exim 4.34) id 1GvGNP-0004cf-MM for java-dev@lucene.apache.org; Fri, 15 Dec 2006 11:57:39 -0500 Mime-Version: 1.0 (Apple Message framework v752.3) In-Reply-To: <5181782.1166199143201.JavaMail.jira@brutus> References: <5181782.1166199143201.JavaMail.jira@brutus> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <426AA1BC-45EF-4E96-9130-2F3CAB70A64D@ix.netcom.com> Content-Transfer-Encoding: 7bit From: robert engels Subject: Re: [jira] Created: (LUCENE-750) don't use finalizers for FSIndexInput clones Date: Fri, 15 Dec 2006 10:57:38 -0600 To: java-dev@lucene.apache.org X-Mailer: Apple Mail (2.752.3) X-ELNK-Trace: 33cbdd8ed9881ca8776432462e451d7bd15d05d9470ff7105a6fb92ada8023bde73345f11bdbc5f0350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 69.209.55.74 X-Virus-Checked: Checked by ClamAV on apache.org If you could post a complete thread dump that would be better. I am "thinking" that it is not really a bug, but that the finalizer or GC thread is very busy, or possibly blocked on a network resource, and that is preventing the addition of additional finalizers. On Dec 15, 2006, at 10:12 AM, Yonik Seeley (JIRA) wrote: > don't use finalizers for FSIndexInput clones > -------------------------------------------- > > Key: LUCENE-750 > URL: http://issues.apache.org/jira/browse/LUCENE-750 > Project: Lucene - Java > Issue Type: Improvement > Components: Search > Affects Versions: 2.0.1 > Reporter: Yonik Seeley > Assigned To: Yonik Seeley > > > finalizers are expensive, and we should avoid using them where > possible. > It looks like this helped to tickle some kind of bug (looks like a > JVM bug?) > http://www.nabble.com/15-minute-hang-in-IndexInput.clone%28%29- > involving-finalizers-tf2826906.html#a7891015 > > -- > This message is automatically generated by JIRA. > - > If you think it was sent incorrectly contact one of the > administrators: http://issues.apache.org/jira/secure/ > Administrators.jspa > - > For more information on JIRA, see: http://www.atlassian.com/ > software/jira > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org > For additional commands, e-mail: java-dev-help@lucene.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: java-dev-unsubscribe@lucene.apache.org For additional commands, e-mail: java-dev-help@lucene.apache.org