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

Yonik Seeley commented on SOLR-9642:
------------------------------------

It was... it just hasn't shown up in this JIRA for some reason.
https://git-wip-us.apache.org/repos/asf?p=lucene-solr.git;a=commit;h=46aeb52588c6ecf298ee894a79fb162e4e3437fe

> Refactor the core level snapshot cleanup mechanism to rely on Lucene
> --------------------------------------------------------------------
>
>                 Key: SOLR-9642
>                 URL: https://issues.apache.org/jira/browse/SOLR-9642
>             Project: Solr
>          Issue Type: Improvement
>      Security Level: Public(Default Security Level. Issues are Public) 
>    Affects Versions: 6.2
>            Reporter: Hrishikesh Gadre
>            Assignee: Yonik Seeley
>             Fix For: 6.3
>
>
> SOLR-9269 introduced a mechanism to create/delete snapshots for a Solr core 
> (using Lucene IndexDeletionPolicy). The current snapshot cleanup mechanism is 
> based on reference counting the index files shared between multiple segments. 
> Since this mechanism completely skips the Lucene APIs, it is not portable 
> (e.g. it doesn't work on 4.10.3 version).
> I propose an alternative implementation which relies exclusively on Lucene 
> IndexWriter (+ IndexDeletionPolicy) for cleanup.



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