You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2015/08/19 18:18:46 UTC

[jira] [Commented] (COUCHDB-2779) To make _view_cleanup endpoint cluster aware

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

ASF GitHub Bot commented on COUCHDB-2779:
-----------------------------------------

GitHub user mayya-sharipova opened a pull request:

    https://github.com/apache/couchdb-chttpd/pull/58

    make _view_cleanup endpoint cluster aware

    Currently _view_cleanup endpoint is not cluster aware, only deletes
    indexes on the node that gets the request. This will make it cluster
    aware, deleting unused indexes on all nodes.
    
    JIRA: COUCHDB-2779

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

    $ git pull https://github.com/cloudant/couchdb-chttpd 2779-view-cleanup-cluster-aware

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

    https://github.com/apache/couchdb-chttpd/pull/58.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 #58
    
----
commit f0f4c0ddecb7b70e509a887900ec94a7f96c1eb9
Author: Mayya Sharipova <ma...@ca.ibm.com>
Date:   2015-08-19T16:15:23Z

    make _view_cleanup endpoint cluster aware
    
    Currently _view_cleanup endpoint is not cluster aware, only deletes
    indexes on the node that gets the request. This will make it cluster
    aware, deleting unused indexes on all nodes.
    
    JIRA: COUCHDB-2779

----


> To make _view_cleanup endpoint cluster aware
> --------------------------------------------
>
>                 Key: COUCHDB-2779
>                 URL: https://issues.apache.org/jira/browse/COUCHDB-2779
>             Project: CouchDB
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>            Reporter: Mayya Sharipova
>
> Currently _view_cleanup endpoint is not cluster aware, only deletes indexes on the node that got the request. This will make it cluster aware, deleting unused indexes on all nodes.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)