Skip to content

Commit

Permalink
update the external links (#6057)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomShawn authored Apr 19, 2021
1 parent e2deef1 commit 1c23b9e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions tidb-binlog/tidb-binlog-configuration-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ aliases: ['/docs-cn/dev/tidb-binlog/tidb-binlog-configuration-file/','/docs-cn/d

## Pump

本节介绍 Pump 的配置项。可以在 [Pump Configuration](https://github.com/pingcap/tidb-binlog/blob/release-3.0/cmd/pump/pump.toml) 中查看完整的 Pump 配置文件示例。
本节介绍 Pump 的配置项。可以在 [Pump Configuration](https://github.com/pingcap/tidb-binlog/blob/master/cmd/pump/pump.toml) 中查看完整的 Pump 配置文件示例。

### addr

Expand Down Expand Up @@ -128,7 +128,7 @@ aliases: ['/docs-cn/dev/tidb-binlog/tidb-binlog-configuration-file/','/docs-cn/d

## Drainer

本节介绍 Drainer 的配置项。可以在 [Drainer Configuration](https://github.com/pingcap/tidb-binlog/blob/release-3.0/cmd/drainer/drainer.toml) 中查看完整的配置文件示例。
本节介绍 Drainer 的配置项。可以在 [Drainer Configuration](https://github.com/pingcap/tidb-binlog/blob/master/cmd/drainer/drainer.toml) 中查看完整的配置文件示例。

### addr

Expand Down
4 changes: 2 additions & 2 deletions tidb-scheduling.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ TiKV 集群是 TiDB 数据库的分布式 KV 存储引擎,数据以 Region 为

**每个 TiKV 节点会定期向 PD 汇报节点的状态信息**

TiKV 节点(Store)与 PD 之间存在心跳包,一方面 PD 通过心跳包检测每个 Store 是否存活,以及是否有新加入的 Store;另一方面,心跳包中也会携带这个 [Store 的状态信息](https://github.com/pingcap/kvproto/blob/release-3.1/proto/pdpb.proto#L421),主要包括:
TiKV 节点(Store)与 PD 之间存在心跳包,一方面 PD 通过心跳包检测每个 Store 是否存活,以及是否有新加入的 Store;另一方面,心跳包中也会携带这个 [Store 的状态信息](https://github.com/pingcap/kvproto/blob/master/proto/pdpb.proto#L473),主要包括:

* 总磁盘容量
* 可用磁盘容量
Expand All @@ -79,7 +79,7 @@ TiKV 节点(Store)与 PD 之间存在心跳包,一方面 PD 通过心跳

**每个 Raft Group 的 Leader 会定期向 PD 汇报 Region 的状态信息**

每个 Raft Group 的 Leader 和 PD 之间存在心跳包,用于汇报这个[Region 的状态](https://github.com/pingcap/kvproto/blob/release-3.1/proto/pdpb.proto#L271),主要包括下面几点信息:
每个 Raft Group 的 Leader 和 PD 之间存在心跳包,用于汇报这个[Region 的状态](https://github.com/pingcap/kvproto/blob/master/proto/pdpb.proto#L312),主要包括下面几点信息:

* Leader 的位置
* Followers 的位置
Expand Down
2 changes: 1 addition & 1 deletion tiup/tiup-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ TiUP Playground 组件主要定位是快速上手和搭建单机的开发环境

## 怎么样编写 tiup-cluster 组件的拓扑文件?

可以参考拓扑文件的[样例](https://github.com/pingcap/tiup/tree/master/examples),样例中包含了:
可以参考拓扑文件的[样例](https://github.com/pingcap/tiup/tree/master/embed/templates/examples),样例中包含了:

1. 两地三中心
2. 最小部署拓扑
Expand Down

0 comments on commit 1c23b9e

Please sign in to comment.