index_shard_started_exception 表示尝试对一个已经启动的分片执行启动操作。
index_shard_started_exception
GET /_cat/shards?v
分片已启动是正常状态。
POST /_cluster/reroute { "commands": [{ "move": { "index": "<index>", "shard": 0, "from_node": "node1", "to_node": "node2" } }] }