Re: Unexpected shard allocation with 0 replica indexes

2015-02-23 Thread Todd Nine
Thanks Mark, I've looked at these, as well as these configuration parameters. http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/cluster-update-settings.html#_balanced_shards However, I've not been able to find a configuration that actually accomplishes what we're looking

Re: Unexpected shard allocation with 0 replica indexes

2015-02-22 Thread Mark Walkom
It's not a bug, ES allocates based on higher level primary shard count and doesn't take into account what index a shard may belong to, this is where allocation awareness and routing comes into play. Take a look at

Unexpected shard allocation with 0 replica indexes

2015-02-22 Thread Todd Nine
Hi All, We have several indexes in our ES cluster. ES is not our canonical system record, we use it only for searching. Some of our applications have very high write throughput, so for these we allocate a singular primary shard for each of our nodes. For example, we have 6 nodes, and we