Issue Details (XML | Word | Printable)

Key: LUCENE-1173
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Michael McCandless
Reporter: Yonik Seeley
Votes: 3
Watchers: 3
Operations

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

index corruption autoCommit=false

Created: 11/Feb/08 09:11 PM   Updated: 24/Feb/08 12:40 AM
Return to search
Component/s: Index
Affects Version/s: 2.3
Fix Version/s: 2.3.1, 2.4

Time Tracking:
Not Specified

File Attachments:
  Size
Text File Licensed for inclusion in ASF works indexstress.patch 2008-02-11 10:18 PM Yonik Seeley 12 kB
Text File Licensed for inclusion in ASF works indexstress.patch 2008-02-11 09:17 PM Yonik Seeley 11 kB
Text File Licensed for inclusion in ASF works LUCENE-1173.patch 2008-02-11 11:12 PM Michael McCandless 12 kB
Issue Links:
Blocker
 

Lucene Fields: New
Resolution Date: 14/Feb/08 03:28 PM


 Description  « Hide
In both Lucene 2.3 and trunk, the index becomes corrupted when autoCommit=false

 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Repository Revision Date User Message
ASF #620668 Mon Feb 11 23:25:54 UTC 2008 mikemccand LUCENE-1173: fix corruption in bulk merging of stored fields when autoCommit=false
Files Changed
ADD /lucene/java/trunk/src/test/org/apache/lucene/index/TestStressIndexing2.java
MODIFY /lucene/java/trunk/src/java/org/apache/lucene/index/FieldsReader.java

Repository Revision Date User Message
ASF #620759 Tue Feb 12 11:10:21 UTC 2008 mikemccand LUCENE-1173 (backport to 2.3): fix corruption case when autoCommit=false and bulk-merging of stored fields is used
Files Changed
MODIFY /lucene/java/branches/lucene_2_3/src/java/org/apache/lucene/index/FieldsReader.java
ADD /lucene/java/branches/lucene_2_3/src/test/org/apache/lucene/index/TestStressIndexing2.java
MODIFY /lucene/java/branches/lucene_2_3/CHANGES.txt