Re: follow up of Lucene out of memory with RAMDirectory on J2EE environment

2008-09-14 Thread Michael McCandless
I just committed this, so the fix will be in 2.4. Thanks for raising this Chris! Mike Chris Lu wrote: Just confirmed the fix for this problem is ready in patch LUCENE-1383 Thanks Robert Engels for arguing with me and understand the problem

Re: follow up of Lucene out of memory with RAMDirectory on J2EE environment

2008-09-13 Thread Chris Lu
Just confirmed the fix for this problem is ready in patch LUCENE-1383 Thanks Robert Engels for arguing with me and understand the problem quickly, and contributed a ClosableThreadLocal class, although the problem itself is hard to reproduce for hi