1、查找原因,找到未知道的node,shard

http://localhost:9200/_cluster/allocation/explain?pretty

 

POST /_cluster/reroute?retry_failed=true
{
"commands" : [

{
"allocate_replica" : {
"index" : "myindex",
"shard" : 1,
"node" : "mynode"
}
}
]
}

相关文章:

  • 2021-10-05
  • 2020-06-15
  • 2022-12-23
  • 2021-06-27
  • 2022-12-23
  • 2022-12-23
  • 2021-06-04
  • 2021-09-08
猜你喜欢
  • 2022-01-10
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案