【发布时间】:2021-01-06 13:30:40
【问题描述】:
- 我的 AWS Elasticsearch 使用 3 个主节点 (C4.large) 和 10 个运行 数据节点(C5.large)。最近我经常遇到我的 域进入黄色状态大约 30 分钟,然后我 什么都不做,它会变成绿色。
- 当我使用查询
GET /_cluster/allocation/explain?pretty这就是我所看到的
{
"index" : "lgst-",
"shard" : 4,
"primary" : false,
"current_state" : "unassigned",
"unassigned_info" : {
"reason" : "NODE_LEFT",
"at" : "2021-01-06T13:15:38.721Z",
"details" : "node_left [**************]",
"last_allocation_status" : "no_attempt"
},
"can_allocate" : "yes",
"allocate_explanation" : "can allocate the shard",
"target_node" : {
"id" : "****************",
"name" : "********************"
},
- 我不明白这是什么意思,我该如何克服它。如有任何帮助,我们将不胜感激。
【问题讨论】:
标签: elasticsearch aws-elasticsearch