Data Node Allocation Weight

Hi,

I'm in a bit of a crunch. We have some servers we added to our cluster
whose processors were not as good as the older servers. I'd rather not get
into how we got swindled into accepting them, but this leaves me in a place
with imbalanced hardware between my nodes.

The crunch bit comes in that during our peak load we begin to have slow
queries which lead to rejected queries once we max out the CPUs on the new
machines.

I'm trying to find a way to tell ES to put more shards on the more powerful
nodes.

The simplest idea, would be if I could give a weight to servers or
something else rather than try to move shards around by hand, create zones
and force some indexes into them, etc.

--Shannon Monasco

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/c4d9eb0b-fc46-4f40-a4c0-809632dec5b8%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

If you have hot and cold data, you could allocate the cold data to those
nodes (see

).

Or you could allocate those nodes to be master only, but that may be a
resource waste.

On 20 March 2015 at 07:30, smonasco smonasco@gmail.com wrote:

Hi,

I'm in a bit of a crunch. We have some servers we added to our cluster
whose processors were not as good as the older servers. I'd rather not get
into how we got swindled into accepting them, but this leaves me in a place
with imbalanced hardware between my nodes.

The crunch bit comes in that during our peak load we begin to have slow
queries which lead to rejected queries once we max out the CPUs on the new
machines.

I'm trying to find a way to tell ES to put more shards on the more
powerful nodes.

The simplest idea, would be if I could give a weight to servers or
something else rather than try to move shards around by hand, create zones
and force some indexes into them, etc.

--Shannon Monasco

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/c4d9eb0b-fc46-4f40-a4c0-809632dec5b8%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/c4d9eb0b-fc46-4f40-a4c0-809632dec5b8%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAEYi1X97if4Wdyr6RDQBwgeGaBE-7Bxutb_G5fQSM%3DW%3DVDVdwQ%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.