查看分片失败原因 ```bash GET _cluster/allocation/explain { "index": "log-20200512", "shard": 4, "primary": true } ``` 尝试为失败的分片重新分配节点 `POST _cluster/rerouter?retry_failed`
查看分片失败原因
GET _cluster/allocation/explain { "index": "log-20200512", "shard": 4, "primary": true }尝试为失败的分片重新分配节点
POST _cluster/rerouter?retry_failed