[
https://issues.apache.org/jira/browse/USERGRID-411?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jeffrey updated USERGRID-411:
------------------------------
Summary: [FIXED?] Fix default index routing rules (was: Fix default index
routing rules)
> [FIXED?] Fix default index routing rules
> ----------------------------------------
>
> Key: USERGRID-411
> URL: https://issues.apache.org/jira/browse/USERGRID-411
> Project: Usergrid
> Issue Type: Bug
> Reporter: Todd Nine
> Fix For: 2.1.0
>
>
> When allocating indexes, we've seen issues with unbalanced shard allocation
> within our cluster. To get around this, we need to set the following setting
> in each index.
> http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/index-modules-allocation.html#_total_shards_per_node
> We should allow this to be a configurable value via properties. During new
> index allocation, we'll also need to take this parameter in the payload of
> index allocation.
> We need to document this to be set as
> max shards = # primaries + (# primaries * replicas) / number of nodes
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)