You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@usergrid.apache.org by "Shawn Feldman (JIRA)" <ji...@apache.org> on 2015/07/13 17:45:04 UTC

[jira] [Resolved] (USERGRID-411) [FIXED?] Fix default index routing rules

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

Shawn Feldman resolved USERGRID-411.
------------------------------------
    Resolution: Fixed

we went in a different direction with index creation

> [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
>              Labels: Fixed?
>             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)