Docs: Understanding cluster status and node states#3843
Docs: Understanding cluster status and node states#3843KlimTodrik wants to merge 5 commits intomasterfrom
Conversation
… into docs/replication-cluster-status
There was a problem hiding this comment.
Pull Request Overview
This PR adds new documentation explaining cluster status and node states for replication setup across three language versions (English, Russian, and Chinese). The documentation helps users understand cluster health indicators and troubleshoot common replication scenarios.
Key changes:
- Adds comprehensive cluster status and node state documentation
- Provides quick reference tables and common scenarios for cluster monitoring
- Includes recovery procedures for quorum loss and network partition scenarios
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| translation.json | Added hash entry for new documentation file |
| manual/english/Creating_a_cluster/Setting_up_replication/Understanding_cluster_status_and_node_states.md | Added English documentation (concise version) |
| manual/russian/Creating_a_cluster/Setting_up_replication/Understanding_cluster_status_and_node_states.md | Added Russian translation (detailed version) |
| manual/chinese/Creating_a_cluster/Setting_up_replication/Understanding_cluster_status_and_node_states.md | Added Chinese translation (detailed version) |
Comments suppressed due to low confidence (1)
manual/russian/Creating_a_cluster/Setting_up_replication/Understanding_cluster_status_and_node_states.md:1
- The document structure is inconsistent. Lines 9-12 contain headers and example markers that appear out of order. "### PRIMARY 状态" (line 9) appears before "## 状态值" (line 10), which violates the heading hierarchy. Additionally, there are duplicate example markers without proper context.
# Понимание статуса кластера и состояний узлов
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
| ### PRIMARY 状态 | ||
| ## 状态值 | ||
| <!-- example primary status --> | ||
| <!-- example cluster status values --> |
There was a problem hiding this comment.
The document structure is inconsistent. Lines 9-12 contain headers and example markers that appear out of order. "### PRIMARY 状态" (line 9) appears before "## 状态值" (line 10), which violates the heading hierarchy. Additionally, there are duplicate example markers without proper context.
| ### PRIMARY 状态 | |
| ## 状态值 | |
| <!-- example primary status --> | |
| <!-- example cluster status values --> | |
| ## 状态值 | |
| ### PRIMARY 状态 | |
| <!-- example: PRIMARY 状态和 cluster status values --> |
Type of Change (select one):
Description of the Change:
Related Issue (provide the link):