|
Benson Margulies made changes - 28/Nov/06 02:07 AM
Per robert engels on java-dev...
> This is a known JDK issue with memory mapping a file. ...so it may not be possible to fix this.
Michael McCandless made changes - 28/Nov/06 07:12 PM
Thank you Benson for the unit test and opening this issue! Indeed, when I run your test, I see the exception in Lucene-2.0.0, but, not on the trunk. It looks like lockless commits ( This is the exception on Lucene 2.0.0: [junit] Testcase: testMmapIndex(org.apache.lucene.index.TestWindowsMMap): Caused an ERROR Since this is fixed on trunk, I'll resolve it as fixed. But first I'll commit the new unit test (thanks Benson)!
Michael McCandless made changes - 28/Nov/06 07:28 PM
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
it would be even better if you could inlcude a JUnit test demonstrating the problem.