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 2011/05/16 21:48:47 UTC

[jira] [Updated] (LUCENE-3100) IW.commit() writes but fails to fsync the N.fnx file

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

Simon Willnauer updated LUCENE-3100:
------------------------------------

    Attachment: LUCENE-3100.patch

here is a patch sync'ing the file on successful write during prepareCommit

> IW.commit() writes but fails to fsync the N.fnx file
> ----------------------------------------------------
>
>                 Key: LUCENE-3100
>                 URL: https://issues.apache.org/jira/browse/LUCENE-3100
>             Project: Lucene - Java
>          Issue Type: Bug
>            Reporter: Michael McCandless
>            Assignee: Simon Willnauer
>             Fix For: 4.0
>
>         Attachments: LUCENE-3100.patch
>
>
> In making a unit test for NRTCachingDir (LUCENE-3092) I hit this surprising bug!
> Because the new N.fnx file is written at the "last minute" along with the segments file, it's not included in the sis.files() that IW uses to figure out which files to sync.
> This bug means one could call IW.commit(), successfully, return, and then the machine could crash and when it comes back up your index could be corrupted.
> We should hopefully first fix TestCrash so that it hits this bug (maybe it needs more/better randomization?), then fix the bug....

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

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