I have a 5 node ES (using local storage) cluster running 8 indexes each with
thousands of documents (one of them with millions) and every now and then it
seems like replication breaks:
for node in n1 n2 n3 n4 n5; do
curl "http://${node}:9200/index/_count?q=*"
Have you seen the problem with recovery and local gateway with more than one
index I posted? Also, do you see any exceptions in the log? The index seems
to have just one shard, how many replicas does it have?
-shay.banon
On Fri, Oct 8, 2010 at 9:06 PM, Pablo Borges pablort@gmail.com wrote:
Here's one of the problems I got frequently.
I have a 5 node ES (using local storage) cluster running 8 indexes each
with thousands of documents (one of them with millions) and every now and
then it seems like replication breaks:
for node in n1 n2 n3 n4 n5; do
curl "http://${node}:9200/index/_count?q=*"
Have you seen the problem with recovery and local gateway with more than
one index I posted? Also, do you see any exceptions in the log? The index
seems to have just one shard, how many replicas does it have?
-shay.banon
On Fri, Oct 8, 2010 at 9:06 PM, Pablo Borges pablort@gmail.com wrote:
Here's one of the problems I got frequently.
I have a 5 node ES (using local storage) cluster running 8 indexes each
with thousands of documents (one of them with millions) and every now and
then it seems like replication breaks:
for node in n1 n2 n3 n4 n5; do
curl "http://${node}:9200/index/_count?q=*"
About 1. If you notice, I use only one shard per node, which means one of
them (al least) is bogged.
About 2. No. The data has been indexed sometime ago and updates are not
frequent.
Have you seen the problem with recovery and local gateway with more than
one index I posted? Also, do you see any exceptions in the log? The index
seems to have just one shard, how many replicas does it have?
-shay.banon
On Fri, Oct 8, 2010 at 9:06 PM, Pablo Borges pablort@gmail.com wrote:
Here's one of the problems I got frequently.
I have a 5 node ES (using local storage) cluster running 8 indexes each
with thousands of documents (one of them with millions) and every now and
then it seems like replication breaks:
for node in n1 n2 n3 n4 n5; do
curl "http://${node}:9200/index/_count?q=*"
On Fri, Oct 8, 2010 at 10:04 PM, Pablo Borges pablort@gmail.com wrote:
About 1. If you notice, I use only one shard per node, which means one of
them (al least) is bogged.
About 2. No. The data has been indexed sometime ago and updates are not
frequent.
Have you seen the problem with recovery and local gateway with more than
one index I posted? Also, do you see any exceptions in the log? The index
seems to have just one shard, how many replicas does it have?
-shay.banon
On Fri, Oct 8, 2010 at 9:06 PM, Pablo Borges pablort@gmail.com wrote:
Here's one of the problems I got frequently.
I have a 5 node ES (using local storage) cluster running 8 indexes each
with thousands of documents (one of them with millions) and every now and
then it seems like replication breaks:
for node in n1 n2 n3 n4 n5; do
curl "http://${node}:9200/index/_count?q=*"
No exceptions, but I needed to reduce my log level in order not to fill the
partition the logs are written (several search exceptions, which I'd like to
know if there's a way to disable)
Have you seen the problem with recovery and local gateway with more than
one index I posted? Also, do you see any exceptions in the log? The index
seems to have just one shard, how many replicas does it have?
-shay.banon
On Fri, Oct 8, 2010 at 9:06 PM, Pablo Borges pablort@gmail.com wrote:
Here's one of the problems I got frequently.
I have a 5 node ES (using local storage) cluster running 8 indexes each
with thousands of documents (one of them with millions) and every now and
then it seems like replication breaks:
for node in n1 n2 n3 n4 n5; do
curl "http://${node}:9200/index/_count?q=*"
On Fri, Oct 8, 2010 at 10:04 PM, Pablo Borges pablort@gmail.com wrote:
About 1. If you notice, I use only one shard per node, which means one of
them (al least) is bogged.
About 2. No. The data has been indexed sometime ago and updates are not
frequent.
Have you seen the problem with recovery and local gateway with more than
one index I posted? Also, do you see any exceptions in the log? The index
seems to have just one shard, how many replicas does it have?
-shay.banon
On Fri, Oct 8, 2010 at 9:06 PM, Pablo Borges pablort@gmail.com wrote:
Here's one of the problems I got frequently.
I have a 5 node ES (using local storage) cluster running 8 indexes each
with thousands of documents (one of them with millions) and every now and
then it seems like replication breaks:
for node in n1 n2 n3 n4 n5; do
curl "http://${node}:9200/index/_count?q=*"
I suggest you keep action on DEBUG, I can help with the search exceptions as
well.
On Fri, Oct 8, 2010 at 10:06 PM, Pablo Borges pablort@gmail.com wrote:
No exceptions, but I needed to reduce my log level in order not to fill the
partition the logs are written (several search exceptions, which I'd like to
know if there's a way to disable)
Have you seen the problem with recovery and local gateway with more than
one index I posted? Also, do you see any exceptions in the log? The index
seems to have just one shard, how many replicas does it have?
-shay.banon
On Fri, Oct 8, 2010 at 9:06 PM, Pablo Borges pablort@gmail.com wrote:
Here's one of the problems I got frequently.
I have a 5 node ES (using local storage) cluster running 8 indexes each
with thousands of documents (one of them with millions) and every now and
then it seems like replication breaks:
for node in n1 n2 n3 n4 n5; do
curl "http://${node}:9200/index/_count?q=*"
IF they still happen, you might get into the near real time aspect of
elasticsearch ... . The question is if they are not the same once there are
no indexing going on. Also, note that there is a problem with multiple
indices and the local gateway.
-shay.banon
On Fri, Oct 8, 2010 at 10:07 PM, Pablo Borges pablort@gmail.com wrote:
On Fri, Oct 8, 2010 at 10:04 PM, Pablo Borges pablort@gmail.com wrote:
About 1. If you notice, I use only one shard per node, which means one of
them (al least) is bogged.
About 2. No. The data has been indexed sometime ago and updates are not
frequent.
Have you seen the problem with recovery and local gateway with more
than one index I posted? Also, do you see any exceptions in the log? The
index seems to have just one shard, how many replicas does it have?
-shay.banon
On Fri, Oct 8, 2010 at 9:06 PM, Pablo Borges pablort@gmail.comwrote:
Here's one of the problems I got frequently.
I have a 5 node ES (using local storage) cluster running 8 indexes
each with thousands of documents (one of them with millions) and every now
and then it seems like replication breaks:
for node in n1 n2 n3 n4 n5; do
curl "http://${node}:9200/index/_count?q=*"
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.