You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Shalin Shekhar Mangar (Jira)" <ji...@apache.org> on 2020/05/22 08:36:00 UTC

[jira] [Resolved] (SOLR-13325) Add a collection selector to ComputePlanAction

     [ https://issues.apache.org/jira/browse/SOLR-13325?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Shalin Shekhar Mangar resolved SOLR-13325.
------------------------------------------
      Assignee: Shalin Shekhar Mangar
    Resolution: Fixed

Thanks [~ab] for the review!

> Add a collection selector to ComputePlanAction
> ----------------------------------------------
>
>                 Key: SOLR-13325
>                 URL: https://issues.apache.org/jira/browse/SOLR-13325
>             Project: Solr
>          Issue Type: Improvement
>          Components: AutoScaling
>            Reporter: Shalin Shekhar Mangar
>            Assignee: Shalin Shekhar Mangar
>            Priority: Major
>             Fix For: master (9.0), 8.6
>
>          Time Spent: 1h
>  Remaining Estimate: 0h
>
> Similar to SOLR-13273, it'd be nice to have a collection selector that applies to compute plan action. An example use-case would be to selectively add replicas on new nodes for certain collections only.
> Here is a selector that returns collections that match the given collection property/value pair:
> {code}
> "collection": {"property_name": "property_value"}
> {code}
> Here's another selector that returns collections that have the given policy applied
> {code}
> "collection": {"#policy": "policy_name"}
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

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