The description here sounds exactly like what we were seeing before LUCENE-669 was fixed -- from his writeup it doesn't look like he tested with Lucene 2.2 to see if the problem went away. I think it very well may.

That said, as a precaution, maybe we should no longer call close() on our file descriptors in the finalizers in FSIndex{Input,Output}?

Mike

On Jul 23, 2008, at 8:30 PM, Yonik Seeley wrote:

On Wed, Jul 23, 2008 at 7:47 PM, Jamie <[EMAIL PROTECTED]> wrote:
Could this error be the result of the bad file descriptor close bug as
described in
http://256.com/gray/docs/misc/java_bad_file_descriptor_close_bug.shtml .

Hmmm, that's an interesting read.
Seems like maybe we should kill most of the remaining finalizers we
use... they are really more trouble than they are worth.

-Yonik

---------------------------------------------------------------------
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