问题描述
我是 AWS 的新手,我在使用 AWS Elasticsearch 时遇到了问题。
我们有一个包含数十万种产品的大型 Magento 2 目录(尽管我们只索引了产品名称和 SKU 数据)。索引完成后,Elasticsearch 不断重启并终止索引进程。
我们有:
实例类型:c5.large.elasticsearch
节点数:2
EBS 卷大小:25GB
据我所知,它达到了最低可用存储空间限制 (18GB),一旦达到每个节点 18GB,它就会重新启动实例。 >
我们已将 EBS 卷大小增加到 30GB,但最低可用存储空间限制也增加到 22GB。
如果最小值同时增加,那么增加 EBS 卷大小有什么意义?
我错过了什么吗?为什么上限上升了?
以下是一些故障点图表:
更新:
这是我在完成索引并重置实例时遇到的错误:
MasterReachableFromNode-RED
Elasticsearch engine returned an error response. item id: 445689. Error type: "cluster_block_exception",reason "blocked by: [SERVICE_UNAVAILABLE/2/no master];".
item id: 445699. Error type: "cluster_block_exception",reason "blocked by: [SERVICE_UNAVAILABLE/2/no master];".
item id: 445709. Error type: "cluster_block_exception",reason "blocked by: [SERVICE_UNAVAILABLE/2/no master];".
item id: 445719. Error type: "cluster_block_exception",reason "blocked by: [SERVICE_UNAVAILABLE/2/no master];".
item id: 445727. Error type: "cluster_block_exception",reason "blocked by: [SERVICE_UNAVAILABLE/2/no master];".
item id: 445730. Error type: "cluster_block_exception",reason "blocked by: [SERVICE_UNAVAILABLE/2/no master];".
item id: 445732. Error type: "cluster_block_exception",reason "blocked by: [SERVICE_UNAVAILABLE/2/no master];".
item id: 445739. Error type: "cluster_block_exception",reason "blocked by: [SERVICE_UNAVAILABLE/2/no master];".
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)