[ 
https://issues.apache.org/jira/browse/LUCENE-7323?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15323113#comment-15323113
 ] 

ASF subversion and git services commented on LUCENE-7323:
---------------------------------------------------------

Commit ae0adfc34dea21df86ab7ebf034f3dbd6714c541 in lucene-solr's branch 
refs/heads/branch_6x from Mike McCandless
[ https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;h=ae0adfc ]

LUCENE-7323: compound file writing now verifies checksum and segment ID for the 
incoming sub-files, to catch hardware issues or filesystem bugs earlier


> Compound file writing should verify checksum of its sub-files
> -------------------------------------------------------------
>
>                 Key: LUCENE-7323
>                 URL: https://issues.apache.org/jira/browse/LUCENE-7323
>             Project: Lucene - Core
>          Issue Type: Improvement
>            Reporter: Michael McCandless
>            Assignee: Michael McCandless
>             Fix For: master (7.0), 6.2
>
>         Attachments: LUCENE-7323.patch, LUCENE-7323.patch
>
>
> For larger segments, there is a non-trivial window, from when IW
> writes sub-files, to when it then builds the CFS, during which the
> files can become corrupted (from external process, bad filesystem,
> hardware, etc.)
> Today we quietly build the CFS even if the sub-files are corrupted,
> but we can easily detect it, letting users catch corruption earlier
> (write time instead of read time).



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to