GitHub user hgadre opened a pull request:

    https://github.com/apache/lucene-solr/pull/68

    [SOLR-9269] Refactor the snapshot cleanup mechanism to rely on Lucene

    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.x version).
    
    This patch provides an alternate implementation which relies exclusively
    on Lucene IndexWriter (+ IndexDeletionPolicy) for cleanup.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/hgadre/lucene-solr SOLR-9269_update

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/lucene-solr/pull/68.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #68
    
----
commit d329f03830b88d4214790b7c85e19c55e947e918
Author: Hrishikesh Gadre <hga...@cloudera.com>
Date:   2016-08-10T23:59:31Z

    [SOLR-9269] Refactor the snapshot cleanup mechanism to rely on Lucene
    
    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.x version).
    
    This patch provides an alternate implementation which relies exclusively
    on Lucene IndexWriter (+ IndexDeletionPolicy) for cleanup.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to