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

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

Commit c46bcf75cc6592cc492fabd42e1ec41dbe96304d in lucene's branch 
refs/heads/main from Nhat Nguyen
[ https://gitbox.apache.org/repos/asf?p=lucene.git;h=c46bcf7 ]

LUCENE-9980: Do not expose deleted commits (#158)

If we fail to delete files that belong to a commit point, then we will 
expose that deleted commit in the next calls of IndexDeletionPolicy#onCommit.
I think we should never expose those deleted commit points as 
some of their files might have been deleted already.

> Do not expose deleted commits in IndexDeletionPolicy#onCommit
> -------------------------------------------------------------
>
>                 Key: LUCENE-9980
>                 URL: https://issues.apache.org/jira/browse/LUCENE-9980
>             Project: Lucene - Core
>          Issue Type: Bug
>          Components: core/index
>    Affects Versions: 8.8.1
>            Reporter: Nhat Nguyen
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> If we fail to delete files that belong to a commit point, then we will expose 
> that deleted commit in the next calls of IndexDeletionPolicy#onCommit(). I 
> think we should never expose those deleted commit points as some of their 
> files might have been deleted already.



--
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