Re: Question on adding new node to ES cluster

2014-06-25 Thread karthik jayanthi
Thanks for the response. Thanks, Karthik On Wed, Jun 25, 2014 at 1:19 AM, David Pilato wrote: > Elasticsearch will be able to serve all your requests during that time. > > You will probably see some IO increasing but IIRC it will be bounded to 20 > mb/s by default. > > HTH > > -- > David ;-

Re: Question on adding new node to ES cluster

2014-06-24 Thread David Pilato
Elasticsearch will be able to serve all your requests during that time. You will probably see some IO increasing but IIRC it will be bounded to 20 mb/s by default. HTH -- David ;-) Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs > Le 24 juin 2014 à 18:49, karthik jayanthi a > écrit : >

Question on adding new node to ES cluster

2014-06-24 Thread karthik jayanthi
Hi, I am trying to understand the process of adding a new node to an existing ES cluster. Specifically I wanted to understand during the shard allocation that happens as a part of adding a new node, will the cluster overall be available for serving new requests - specifically search requests ?