RE: [jira] Updated: (LUCENE-529) TermInfosReader and other + instance ThreadLocal => transient/odd memory leaks => OutOfMemoryException

2006-03-24 Thread Robert Engels
apache.org; [EMAIL PROTECTED] Subject: RE: [jira] Updated: (LUCENE-529) TermInfosReader and other + instance ThreadLocal => transient/odd memory leaks => OutOfMemoryException Entries are only reclaimed after the holding object/class has been garbage collected and you access thread locals on a gi

RE: [jira] Updated: (LUCENE-529) TermInfosReader and other + instance ThreadLocal => transient/odd memory leaks => OutOfMemoryException

2006-03-24 Thread Andy Hind
om: Robert Engels [mailto:[EMAIL PROTECTED] Sent: 23 March 2006 16:05 To: java-dev@lucene.apache.org; [EMAIL PROTECTED] Subject: RE: [jira] Updated: (LUCENE-529) TermInfosReader and other + instance ThreadLocal => transient/odd memory leaks => OutOfMemoryException The only other thing that may

RE: [jira] Updated: (LUCENE-529) TermInfosReader and other + instance ThreadLocal => transient/odd memory leaks => OutOfMemoryException

2006-03-23 Thread Robert Engels
@lucene.apache.org; [EMAIL PROTECTED] Subject: RE: [jira] Updated: (LUCENE-529) TermInfosReader and other + instance ThreadLocal => transient/odd memory leaks => OutOfMemoryException The only other thing that may be causing your problem is the use of finalize(). This can interfere with the GC abili

RE: [jira] Updated: (LUCENE-529) TermInfosReader and other + instance ThreadLocal => transient/odd memory leaks => OutOfMemoryException

2006-03-23 Thread Andy Hind
OTECTED] Subject: RE: [jira] Updated: (LUCENE-529) TermInfosReader and other + instance ThreadLocal => transient/odd memory leaks => OutOfMemoryException The only other thing that may be causing your problem is the use of finalize(). This can interfere with the GC ability to GC objects. I am

RE: [jira] Updated: (LUCENE-529) TermInfosReader and other + instance ThreadLocal => transient/odd memory leaks => OutOfMemoryException

2006-03-23 Thread Robert Engels
ngels [mailto:[EMAIL PROTECTED] Sent: Thursday, March 23, 2006 10:00 AM To: java-dev@lucene.apache.org Subject: RE: [jira] Updated: (LUCENE-529) TermInfosReader and other + instance ThreadLocal => transient/odd memory leaks => OutOfMemoryException Importance: High Your testcase is invalid. Redu

RE: [jira] Updated: (LUCENE-529) TermInfosReader and other + instance ThreadLocal => transient/odd memory leaks => OutOfMemoryException

2006-03-23 Thread Robert Engels
the test using 1.5.0._06. -Original Message- From: Andy Hind (JIRA) [mailto:[EMAIL PROTECTED] Sent: Thursday, March 23, 2006 7:07 AM To: java-dev@lucene.apache.org Subject: [jira] Updated: (LUCENE-529) TermInfosReader and other + instance ThreadLocal => transient/odd memory leaks =>

[jira] Updated: (LUCENE-529) TermInfosReader and other + instance ThreadLocal => transient/odd memory leaks => OutOfMemoryException

2006-03-23 Thread Andy Hind (JIRA)
[ http://issues.apache.org/jira/browse/LUCENE-529?page=all ] Andy Hind updated LUCENE-529: - Attachment: ThreadLocalTest.java Attached is a test which you can use to see how ThreadLocals are left around. Getting an out of memory exception depends on a number