[ 
https://issues.apache.org/jira/browse/LUCENE-1173?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Yonik Seeley updated LUCENE-1173:
---------------------------------

    Attachment: indexstress.patch

Attaching a patch that can reproduce.
With autoCommit=true, the test passes. Change it to false and it fails.

The test basic uses multiple threads to update documents.  The last document 
for any id is kept, and then all these docs are indexed again serially.  The 
two indicies are them compared.

> index corruption autoCommit=false
> ---------------------------------
>
>                 Key: LUCENE-1173
>                 URL: https://issues.apache.org/jira/browse/LUCENE-1173
>             Project: Lucene - Java
>          Issue Type: Bug
>          Components: Index
>    Affects Versions: 2.3
>            Reporter: Yonik Seeley
>            Priority: Critical
>         Attachments: indexstress.patch
>
>
> In both Lucene 2.3 and trunk, the index becomes corrupted when 
> autoCommit=false

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to