|
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. 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)! |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
it would be even better if you could inlcude a JUnit test demonstrating the problem.