Re: Data Node Allocation Weight

2015-03-20 Thread Mark Walkom
If you have hot and cold data, you could allocate the cold data to those
nodes (see
http://www.elastic.co/guide/en/elasticsearch/reference/current/modules-cluster.html
).

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  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+unsubscr...@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.
>

-- 
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+unsubscr...@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.


Data Node Allocation Weight

2015-03-20 Thread smonasco
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+unsubscr...@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.