Howdy all,

My cluster gone mad after customising http.max_content_length (256mb) in 
order to be able to index bigger file (default is 100Mb) through HTTP api. 
It didn't work so I reverted to the default value, but the cluster is not 
healthy anymore:
{
"cluster_name" : "elasticsearch",
"status" : "red",
"timed_out" : false,
"number_of_nodes" : 1,
"number_of_data_nodes" : 1,
"active_primary_shards" : 0,
"active_shards" : 0,
"relocating_shards" : 0,
"initializing_shards" : 0,
"unassigned_shards" : 4
}

Here is an extract of the log:
http://pastebin.com/raw.php?i=SBNR5Jhe

I would like to investigate/debug further on the following error:
IndexNotFoundException[no segments* file found in 
store(least_used[rate_limited(mmapfs(/data/data/elasticsearch/nodes/0/indices/docman/0/index),
 
type=MERGE, rate=20.0)]): files: []

However I don't know how/where to start. I tried to remove segments.gen 
since I found similar issue on the internets, but I don't have any file 
named segments.gen...
http://www.elasticsearch.org/blog/0-90-10-released/

I'm using elasticsearch 1.2.1.

Does someone already encountered this issue?

Kind regards,
Nicolas Terray

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/elasticsearch/5d244494-603e-41b3-8428-10b3c605ff8c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to