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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to