Skip to content
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

fix format and admonitions in dr-multi-replica (#13166) #13168

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions dr-multi-replica.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ summary: 了解 TiDB 提供的基于多副本的单集群容灾方案。
- host: tidb-dr-test1
- host: tidb-dr-test3


tikv_servers: # 在 TiKV 节点中通过 labels 选项来对每个 TiKV 节点所在的 Region 和 AZ 进行标记
- host: tidb-dr-test1
config:
Expand Down Expand Up @@ -83,7 +82,7 @@ summary: 了解 TiDB 提供的基于多副本的单集群容灾方案。

alertmanager_servers:
- host: tidb-dr-test2
```
```

在上面的配置中,使用了以下一系列配置来针对跨区域容灾场景进行优化:

Expand Down Expand Up @@ -118,7 +117,7 @@ summary: 了解 TiDB 提供的基于多副本的单集群容灾方案。
tiup ctl:v6.4.0 pd member leader_priority pd-5 0
```

> **说明:**
> **注意:**
>
> 优先级数值越大的节点成为 leader 的可能性越高。

Expand Down