[
http://issues.apache.org/jira/browse/LUCENE-727?page=comments#action_12454081 ]
Michael McCandless commented on LUCENE-727:
---
Thank you Benson for the unit test and opening this issue!
Indeed, when I run your test, I see the exceptio
[
http://issues.apache.org/jira/browse/LUCENE-727?page=comments#action_12454073 ]
Hoss Man commented on LUCENE-727:
-
Per robert engels on java-dev...
> This is a known JDK issue with memory mapping a file.
>
> The references may not be GC'd at
This is a known JDK issue with memory mapping a file.
The references may not be GC'd at the time the request to delete is
performed, and thus you will get an IOException.
See http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4715154
On Nov 27, 2006, at 4:26 PM, Hoss Man (JIRA) wrote:
[
http://issues.apache.org/jira/browse/LUCENE-727?page=comments#action_12453726 ]
Hoss Man commented on LUCENE-727:
-
Can you inlcude a full stack trace of the exception so we can see what code
path causes this problem?
it would be even better i