Hi,
Lately, I am noticing following use case for few of the indexes in the
cluster -
When I issue curl DELETE command, cluster comes up with the response that
index does not exist.
curl -XDELETE 'http://10.0.1.1:9200/du_shnindex_14141_2013_9/'
{"error":"IndexMissingException[[du_shnindex_14141_2013_9]
missing]","status":404}
But when I issue index creation command, it just hangs.
This command just hangs and would eventually timeout.
curl -XPUT 'http://10.0.1.1:9200/du_shnindex_14141_2013_9/'
Why would this happen? I also looked at index folders to check if there are
any index files but I do not see this index in any node.
Please let me know how can I fix it. I am using 0.19.8 version.
Thanks
Ashish
--
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.