Elasticsearch refresh interval

Hi All,

We are ingesting records continuously on elalsticsearch cluster and also
firing search and update queries in parallel.

We are refreshing elasticsearch indices in every 1 sec using http call.

As we are observing, the elasticsearch got hung after certain amount of
time. Are this problem is occurring due to continuous refreshing of indices?

We also want to achieve near real time search.

Thanks,
Ankit Jain

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

When it hangs, it might help if you give us the output using hot_threads
API.

Also, you don't need to use an http call to refresh indices. You can just
provide the option index.refresh_interval in the index template or
elasticsearch.yml

On Fri, May 31, 2013 at 1:30 PM, Ankit Jain ankitjaincs06@gmail.com wrote:

Hi All,

We are ingesting records continuously on elalsticsearch cluster and also
firing search and update queries in parallel.

We are refreshing elasticsearch indices in every 1 sec using http call.

As we are observing, the elasticsearch got hung after certain amount of
time. Are this problem is occurring due to continuous refreshing of indices?

We also want to achieve near real time search.

Thanks,
Ankit Jain

--
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.
For more options, visit https://groups.google.com/groups/opt_out.

--
Regards,
Abhijeet Rastogi (shadyabhi)
http://blog.abhijeetr.com

--
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.
For more options, visit https://groups.google.com/groups/opt_out.