Hello,
I'm facing a problem bulk indexing 5k documents in 24 different indices
(i18n). I'm using elasticsearch 1.0.1 with all default settings. I've read
that a thread per index is used, that would mean I'm using 24 bulk threads
at one time. Am I right? if so, why I'm getting this rejection since queue
capacity is 50? It's possible that replicas consume threads as well? or a
thread per shard is used? this is my _cluster/health:
{
"cluster_name": "elasticsearch",
"status": "yellow",
"timed_out": false,
"number_of_nodes": 1,
"number_of_data_nodes": 1,
"active_primary_shards": 120,
"active_shards": 120,
"relocating_shards": 0,
"initializing_shards": 0,
"unassigned_shards": 120
}
120 shards = 24 indices * 5 shard
I've tried splitting the bulk indexing in different chunk sizes with same
result (as far as i understand this is not the solution).
Am I doing something wrong or I just have to increase the queue size?
I will appreciate any help
thanks
--
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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/88614f79-e1df-420a-b471-fb0eedb9baa9%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.