You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@lucene.apache.org by hgadre <gi...@git.apache.org> on 2016/08/11 00:18:45 UTC

[GitHub] lucene-solr pull request #68: [SOLR-9269] Refactor the snapshot cleanup mech...

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 <hg...@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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] lucene-solr issue #68: [SOLR-9269] Refactor the snapshot cleanup mechanism t...

Posted by hgadre <gi...@git.apache.org>.
Github user hgadre commented on the issue:

    https://github.com/apache/lucene-solr/pull/68
  
    @dsmiley can you please take a look?


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] lucene-solr issue #68: [SOLR-9269] Refactor the snapshot cleanup mechanism t...

Posted by hgadre <gi...@git.apache.org>.
Github user hgadre commented on the issue:

    https://github.com/apache/lucene-solr/pull/68
  
    Created another PR as part of SOLR-9642. Hence closing this...


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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


[GitHub] lucene-solr pull request #68: [SOLR-9269] Refactor the snapshot cleanup mech...

Posted by hgadre <gi...@git.apache.org>.
Github user hgadre closed the pull request at:

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


---
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 infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

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