Issue Details (XML | Word | Printable)

Key: LUCENE-727
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Michael McCandless
Reporter: Benson Margulies
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Lucene - Java

MMapDirectory can't create new index on Windows

Created: 26/Nov/06 06:14 PM   Updated: 28/Nov/06 07:28 PM
Return to search
Component/s: Index
Affects Version/s: 2.0.0
Fix Version/s: None

Time Tracking:
Not Specified

File Attachments:
  Size
File Licensed for inclusion in ASF works lucenewindowsmmaptest.tgz 2006-11-28 02:07 AM Benson Margulies 4 kB
Environment: Windows XP, JDK 1.4

Lucene Fields: New
Resolution Date: 28/Nov/06 07:28 PM


 Description  « Hide
When I set the system property to request the use of the mmap directory, and start building a large index, the process dies with an IOException trying to delete a file. Apparently, Lucene isn't closing down the memory map before deleting the file.

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #480163 Tue Nov 28 19:27:58 UTC 2006 mikemccand LUCENE-727: adding unit test for MMapDirectory
Files Changed
MODIFY /lucene/java/trunk/CHANGES.txt
ADD /lucene/java/trunk/src/test/org/apache/lucene/store/TestWindowsMMap.java