You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@lucene.apache.org by "Houston Putman (Jira)" <ji...@apache.org> on 2020/07/29 22:25:00 UTC

[jira] [Resolved] (SOLR-12845) Add a default cluster policy

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

Houston Putman resolved SOLR-12845.
-----------------------------------
    Resolution: Abandoned  (was: Fixed)

The default cluster policy has been removed in 8.6.1

> Add a default cluster policy
> ----------------------------
>
>                 Key: SOLR-12845
>                 URL: https://issues.apache.org/jira/browse/SOLR-12845
>             Project: Solr
>          Issue Type: Improvement
>          Components: AutoScaling
>            Reporter: Shalin Shekhar Mangar
>            Assignee: Andrzej Bialecki
>            Priority: Major
>             Fix For: 8.6.1, 8.6
>
>         Attachments: SOLR-12845.patch, SOLR-12845.patch, Screen Shot 2020-07-27 at 10.57.33 AM.png, Screenshot from 2020-07-18 21-07-34.png
>
>
> [~varunthacker] commented on SOLR-12739:
> bq. We should also ship with some default policies - "Don't allow more than one replica of a shard on the same JVM" , "Distribute cores across the cluster evenly" , "Distribute replicas per collection across the nodes"
> This issue is about adding these defaults. I propose the following as default cluster policy:
> {code}
> # Each shard cannot have more than one replica on the same node if possible
> {"replica": "<2", "shard": "#EACH", "node": "#ANY", "strict":false}
> # Each collections replicas should be equally distributed amongst nodes
> {"replica": "#EQUAL", "node": "#ANY", "strict":false} 
> # All cores should be equally distributed amongst nodes
> {"cores": "#EQUAL", "node": "#ANY", "strict":false}
> {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