我正在使用aws elasticsearch。根据此处提供的建议,我的群集状态在过去48小时内为黄色:
https://docs.aws.amazon.com/elasticsearch-service/latest/developerguide/aes-handling-errors.html
我已经将我的节点更新为15个数据,它有3个主节点。
尽管它在每个节点上有更多的空间来容纳60gb左右的空间,但它仍然处于黄色状态。
当我执行这个命令的时候 GET /_cluster/allocation/explain
```
"index" : "*********",
"shard" : 4,
"primary" : false,
"current_state" : "unassigned",
"unassigned_info" : {
"reason" : "ALLOCATION_FAILED",
"at" : "2020-10-09T16:19:41.803Z",
"failed_allocation_attempts" : 5,
"details" : "failed shard on node [f6hB7EYOSR-GiJLFXBn01w]: failed recovery, failure RecoveryFailedException[[******************************][4]: Recovery failed from {70c36ff18063566c3a6089f3d696440a}{***************}{*****}{di}{di_number=39, zone=us-east-1d, distributed_snapshot_deletion_enabled=true} into {****************}{******}{***}{}{**}{di}{distributed_snapshot_deletion_enabled=true, zone=us-east-1d, di_number=39}]; nested: RemoteTransportException[[************][*********][internal:index/shard/recovery/start_recovery]]; nested: CircuitBreakingException[[parent] Data too large, data for [<transport_request>] would be [1554462628/1.4gb], which is larger than the limit of [1513521152/1.4gb], real usage: [1554460888/1.4gb], new bytes reserved: [1740/1.6kb], usages [request=0/0b, fielddata=621718551/592.9mb, in_flight_requests=73378/71.6kb, accounting=35794764/34.1mb]]; ",
"last_allocation_status" : "no_attempt"
}
上面是这么说的。我如何解决这个问题?
暂无答案!
目前还没有任何答案,快来回答吧!