-
-
Notifications
You must be signed in to change notification settings - Fork 620
Docs: Understanding cluster status and node states #3843
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
… into docs/replication-cluster-status
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 --> |
Copilot
AI
Oct 23, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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):