[ https://issues.apache.org/jira/browse/LUCENE-1173?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12567818#action_12567818 ]
Yonik Seeley commented on LUCENE-1173: -------------------------------------- Note: if I reduce the test to indexing with a single thread, it still fails. Map docs = indexRandom(1, 50, 50, dir1); The test still does the indexing in a different thread than the close(), so it's not quite a single threaded test. Another thing to note: all of the terms are matching up (the test succeeds if I don't test the stored fields). > 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]