notes_works/new notes/节点角色更新.md
zhangkun9038@dingtalk.com 4380e95e00 2025-04-07 13:07:53: ...
2025-04-07 13:08:02 +08:00

33 lines
1.0 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
date:
<% tp.date.now ("YYYY-MM-DD HH: mm: ss") %>:
tags:
title:
---
---
tags:
- elasticsearch
- ilm
- shard
- health
uplink: https://x.com/i/grok?conversation=1907239196097744991
---
obsidian.help.zipobsidian.help.zip解决索引.ds-metricbeat-8.8.0-2025.04.01-000001
有主分片未能被分配导致集群变成yellow的问题
改成了:
节点角色回顾:
- elasticsearch-0master, data_content, data_hot, remote_cluster_client
elasticsearch-0主节点, 数据内容, 热数据, 远程集群客户端
- elasticsearch-1master, data_content, data_warm, **data_hot**remote_cluster_client
elasticsearch-1主节点, 数据内容, 温数据, **热数据**, 远程集群客户端
- elasticsearch-2master, data_content, data_cold, remote_cluster_client
elasticsearch-2主节点, 数据内容, 冷数据, 远程集群客户端
- elasticsearch-3master, data_content, data_warm, remote_cluster_client
elasticsearch-3master, 数据内容, 数据热,远程集群客户端