问题说明
If Elasticsearch encounters index data that is absent from the current cluster state, those indices are considered to be dangling. For example, this can happen if you delete more than cluster.indices.tombstones.size indices while an Elasticsearch node is offline.
解决方案
如何定位
GET _cluster/allocation/explain
GET _cat/shards?v&h=index