Failed to delete index

Elasticsearch 5.6.5 failed to delete index

delete an index by curl-XDELETE . The index is created by scheduled tasks every day, a single index file of about 200g, a total of two nodes.

result Elasticsearch returns {"acknowledged": "false"} .

through curl _ cat/indices?v , the index no longer exists, but the data file is still on disk.

question
  1. what is the deletion process?
  2. Why does this happen and how to avoid it
  3. if this happens, what should we do next

@ Game @ kyle

Thank you

Jan.25,2022
Menu