You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by "Simon Willnauer (JIRA)" <ji...@apache.org> on 2017/12/01 11:03:00 UTC

[jira] [Updated] (LUCENE-8043) Attempting to add documents past limit can corrupt index

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

Simon Willnauer updated LUCENE-8043:
------------------------------------
    Attachment: LUCENE-8043.patch

[~mikemccand] thanks for the review. I did run into some issue with tests and had do add some more logic around when to drop the docs. I also added an assertion in IW that pendingNumDocs and maxNumDocs is consistent when we close the IW. can you look one more time to make sure it's safe. I ran tests and it looked terrible, failures all over the place. I spent quite some time to get the accounting right now. I think it looks good now but I could use some help beasting / reviewing it.  

> Attempting to add documents past limit can corrupt index
> --------------------------------------------------------
>
>                 Key: LUCENE-8043
>                 URL: https://issues.apache.org/jira/browse/LUCENE-8043
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: core/index
>    Affects Versions: 4.10, 7.0, master (8.0)
>            Reporter: Yonik Seeley
>            Assignee: Simon Willnauer
>             Fix For: master (8.0), 7.2, 7.1.1
>
>         Attachments: LUCENE-8043.patch, LUCENE-8043.patch, LUCENE-8043.patch, YCS_IndexTest7a.java
>
>
> The IndexWriter check for too many documents does not always work, resulting in going over the limit.  Once this happens, Lucene refuses to open the index and throws a CorruptIndexException: Too many documents.
> This appears to affect all versions of Lucene/Solr (the check was first implemented in LUCENE-5843 in v4.9.1/4.10 and we've seen this manifest in 4.10) 



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@lucene.apache.org
For additional commands, e-mail: dev-help@lucene.apache.org