I deleted some of my indices, but after about 1~10s the cluster create another index(being deleted long time ago) automatically.
For example:
delete index request-log-2018-05-03,created request-log-2018-05-30, but the index request-log-2018-05-30 was deleted before a week or earlier.
I get following info in pending tasks:
GET _cat/pending_tasks?v
insertOrder timeInQueue priority source
1580 7.3s URGENT delete-index [[request-log-2018-05-03/d8u11H0QTMSb1QVN5I-uGg]]
1581 6s HIGH put-mapping
1582 76ms NORMAL allocation dangled indices [request-log-2018-05-30]
Is it possible that you could have a split-brain scenario? Which version of Elasticsearch are you using? How many nodes do you have in the cluster? How many of these are master-eligible? What is your minimum_master_nodes set to?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.