I also deleted the directory, restarted the nodes, and it recovered the index still, which is null.
On Monday, August 11, 2014 5:42:53 PM UTC-4, Sam2014 wrote: > > I wish it was that simple, I deleted the directory of the index from > /data. Yet, the index is still there and won't be deleted or recreated.. I > still get acknowledged = false. > > On Monday, August 11, 2014 5:31:36 PM UTC-4, Jörg Prante wrote: >> >> Your JVMs (at least one of them) are not able to process the command, so >> you should check out the data directory where the file of the index to be >> deleted are located. Shut your cluster down, remove the index files of the >> index to be deleted from the filesystem, and start the cluster up again. >> >> To avoid such situations, find out why the JVMs could not react, most >> probably there are exceptions in the server logs, and fix the trouble. >> >> Jörg >> >> >> On Mon, Aug 11, 2014 at 11:24 PM, Sam2014 <[email protected]> wrote: >> >>> I got myself in trouble by changing the mapping. >>> >>> I am on a cluster of 2 nodes, and trying to delete the index, I keep >>> getting acknowleged = false with normal delete curl -X GET " >>> http://localhost:9200/myIndex >>> >>> If I look at my index through HEAD plugin, I get >>> "myIndex" >>> size: unknown >>> docs: unknown >>> >>> and I see no shards assigned to either node apparently (Everything in >>> this index indicates Null). I would just like to be able to delete it. How >>> can I force a delete? >>> >>> >>> -- >>> 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/c6818593-5500-4762-9f59-46a2e2a3f772%40googlegroups.com >>> >>> <https://groups.google.com/d/msgid/elasticsearch/c6818593-5500-4762-9f59-46a2e2a3f772%40googlegroups.com?utm_medium=email&utm_source=footer> >>> . >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> -- 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/c6677cce-21a7-4dbf-b4bc-867ec0055f33%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
