[ 
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

Thanks Mike!

Attaching new version of test that correctly deals with terms with no docs 
(because of deletions).
Other variations were failing before, now it's just those with autoCommit=false

Note that it's possible to trigger this bug by indexing only 3 documents:
mergeFactor=2; maxBufferedDocs=2; Map docs = indexRandom(1, 3, 2, dir1);

I love random testing:-)

> 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
>            Assignee: Michael McCandless
>            Priority: Critical
>         Attachments: indexstress.patch, 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