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

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

Commit c36495dce759adbd3c65d047a778f76db4c34c43 in lucene's branch 
refs/heads/main from Mike Drob
[ https://gitbox.apache.org/repos/asf?p=lucene.git;h=c36495d ]

LUCENE-10017 Less verbose exception on IndexFormatTooOld (#200)



> Do not check footers on Lucene7x segments when throwing IndexFormatTooOld
> -------------------------------------------------------------------------
>
>                 Key: LUCENE-10017
>                 URL: https://issues.apache.org/jira/browse/LUCENE-10017
>             Project: Lucene - Core
>          Issue Type: Improvement
>          Components: core/index
>    Affects Versions: main (9.0)
>            Reporter: Mike Drob
>            Priority: Major
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Ran into this while investigating how to improve the logging situation inĀ 
> SOLR-15516
> When we throw an IndexFormatTooOldException when attempting to read a 
> segment, we will read still attempt to read the footer since it is newer than 
> 7x (which AFAIUI was the oldest version to support these footers?)
> We should update that to only check footers for versions newer than 8x, 
> otherwise we create a needless additional exception.



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

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

Reply via email to