You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2020/03/11 17:16:00 UTC

[jira] [Commented] (LUCENE-9272) No longer verify checksum of the tip file when opening the terms dict

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

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

Commit ed59c3eb33e8fec99edec416e51113737c5e0e2e in lucene-solr's branch refs/heads/master from Adrien Grand
[ https://gitbox.apache.org/repos/asf?p=lucene-solr.git;h=ed59c3e ]

LUCENE-9272: Move checksum verification of the `.tip` file to `checkIntegrity()`. (#1339)



> No longer verify checksum of the tip file when opening the terms dict
> ---------------------------------------------------------------------
>
>                 Key: LUCENE-9272
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9272
>             Project: Lucene - Core
>          Issue Type: Task
>            Reporter: Adrien Grand
>            Priority: Minor
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> We currently verify the checksum of the tip file when opening the terms dictionary. This made sense when we would load the FST on-heap, but now that we load it off-heap, maybe we should verify its integrity in checkIntegrity instead, like we do for other files that we don't have to read eagerly?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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