Re: Understanding HEAP usage

2014-10-21 Thread karthik jayanthi
Hi, Any pointers on what could be happening in here ? Thanks, Karthik -- 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

Understanding HEAP usage

2014-10-17 Thread karthik jayanthi
Hi, We are using Elasticsearch for one of our applications. As a part of which we indexed about 3M documents and have built two indices around them. We have used a cluster of 2 Nodes each with 7.5 GB RAM and have dedicated 4 GM to the ES. What we are seeing is that on one of the nodes, the

Re: Question on adding new node to ES cluster

2014-06-25 Thread karthik jayanthi
-- David ;-) Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs Le 24 juin 2014 à 18:49, karthik jayanthi karthikjayanthi.i...@gmail.com a écrit : 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

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 ?

Configuring YML files Location

2014-06-13 Thread karthik jayanthi
location outside of the ES package ? Thanks, Karthik Jayanthi -- 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

Re: Re-creating ES Index

2014-06-09 Thread karthik jayanthi
and reindex in the new index as soon as you kept the _source field. -- David ;-) Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs Le 9 juin 2014 à 06:34, karthik jayanthi karthikjayanthi.i...@gmail.com a écrit : Hi, I have a few questions with respect to the situation of needing

Re-creating ES Index

2014-06-08 Thread karthik jayanthi
Hi, I have a few questions with respect to the situation of needing to re-create an index. 1) Is there is any process to re-create an index apart from deleting the current one and creating it again with the documents ? 2) During the situations of re-create, can we use the data already