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/10/16 23:54:40 UTC

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

GitHub user hgadre opened a pull request:

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

    [SOLR-9642] 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-9642_fix

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

    https://github.com/apache/lucene-solr/pull/97.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 #97
    
----
commit 9f2eee48b9171eddcbb63aa716e8943cafeeddaf
Author: Hrishikesh Gadre <hg...@cloudera.com>
Date:   2016-08-10T23:59:31Z

    [SOLR-9642] 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 #97: [SOLR-9642] 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/97
  
    @yonik Could 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 pull request: LBHttpSolrServer - lazily allocate skipp...

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

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


---
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 #97: [SOLR-9642] 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/97


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