Skip to content

Commit

Permalink
removed drainer contents
Browse files Browse the repository at this point in the history
  • Loading branch information
hfxsd committed Sep 18, 2024
1 parent ca472d7 commit 3b8bf6f
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 14 deletions.
2 changes: 1 addition & 1 deletion faq/backup-and-restore-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ Error: failed to check gc safePoint, checkpoint ts 433177834291200000: GC safepo
## 功能兼容性问题
### 为什么 BR 恢复的数据无法同步到 TiCDC / Drainer 的上游集群?
### 为什么 BR 恢复的数据无法同步到 TiCDC 的上游集群?
- **BR 恢复的数据无法被同步到下游**,因为恢复时 BR 直接导入 SST 文件,而下游集群目前没有办法获得上游的 SST 文件。
- 在 4.0.3 版本之前,恢复时产生的 DDL jobs 还可能会让 TiCDC 执行异常的 DDL。所以,如果一定要在 TiCDC 的上游集群执行恢复,请将 BR 恢复的所有表加入 TiCDC 的阻止名单。
Expand Down
2 changes: 0 additions & 2 deletions hardware-and-software-requirements.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,6 @@ TiDB 作为开源一栈式实时 HTAP 数据库,其正常运行需要网络环
|TiFlash|20170|TiFlash Proxy 服务端口|
|TiFlash|20292|Prometheus 拉取 TiFlash Proxy metrics 端口|
|TiFlash|8234|Prometheus 拉取 TiFlash metrics 端口|
| Pump | 8250 | Pump 通信端口 |
| Drainer | 8249 | Drainer 通信端口 |
| CDC | 8300 | CDC 通信接口 |
| Monitoring | 9090 | Prometheus 服务通信端口 |
| Monitoring | 12020 | NgMonitoring 服务通信端口 |
Expand Down
4 changes: 2 additions & 2 deletions maintain-tidb-using-tiup.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ tiup cluster list

## 启动集群

启动集群操作会按 PD -> TiKV -> TiDB -> TiFlash -> Drainer -> TiCDC -> Prometheus -> Grafana -> Alertmanager 的顺序启动整个 TiDB 集群所有组件:
启动集群操作会按 PD -> TiKV -> TiDB -> TiFlash -> TiCDC -> Prometheus -> Grafana -> Alertmanager 的顺序启动整个 TiDB 集群所有组件:

{{< copyable "shell-regular" >}}

Expand Down Expand Up @@ -187,7 +187,7 @@ tiup cluster rename ${cluster-name} ${new-name}
## 关闭集群

关闭集群操作会按 Alertmanager -> Grafana -> Prometheus -> TiCDC -> Drainer -> TiFlash -> TiDB -> TiKV -> PD 的顺序关闭整个 TiDB 集群所有组件(同时也会关闭监控组件):
关闭集群操作会按 Alertmanager -> Grafana -> Prometheus -> TiCDC -> TiFlash -> TiDB -> TiKV -> PD 的顺序关闭整个 TiDB 集群所有组件(同时也会关闭监控组件):

{{< copyable "shell-regular" >}}

Expand Down
2 changes: 1 addition & 1 deletion migration-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ TiDB 提供了丰富的数据迁移相关的工具,用于全量迁移、增量
| **上游** | TiDB |
| **下游(输出文件)** | SST,backup.meta 文件,backup.lock 文件 |
| **主要优势** | <ul><li>适用于向另一个 TiDB 迁移数据。</li><li>支持数据冷备份到外部存储,可以用于灾备恢复。</li></ul> |
| **使用限制** | <ul><li>BR 恢复到 TiCDC / Drainer 的上游集群时,恢复数据无法由 TiCDC / Drainer 同步到下游。</li><li>BR 只支持在 `mysql.tidb` 表中 `new_collation_enabled` 开关值相同的集群之间进行操作。</li></ul> |
| **使用限制** | <ul><li>BR 恢复到 TiCDC 的上游集群时,恢复数据无法由 TiCDC 同步到下游。</li><li>BR 只支持在 `mysql.tidb` 表中 `new_collation_enabled` 开关值相同的集群之间进行操作。</li></ul> |

## [sync-diff-inspector](/sync-diff-inspector/sync-diff-inspector-overview.md)

Expand Down
2 changes: 0 additions & 2 deletions three-data-centers-in-two-cities-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ AZ1 的 rac1 机架中,一台服务器部署了 TiDB 和 PD 服务,另外两

机架 rac3 上部署了 TiDB Server、中控及监控服务器。TiDB Server 用于日常管理维护和备份。中控和监控服务器上部署了 Prometheus、Grafana 以及恢复工具。

另可增加备份服务器,其上部署 Drainer,Drainer 以输出 file 文件的方式将 binlog 数据保存到指定位置,实现增量备份的目的。

## 配置

### 示例
Expand Down
2 changes: 0 additions & 2 deletions ticdc/deploy-ticdc.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,8 +128,6 @@ tiup cluster upgrade <cluster-name> <version> --transfer-timeout 600
pd: {}
tiflash: {}
tiflash-learner: {}
pump: {}
drainer: {}
cdc:
gc-ttl: 172800
```
Expand Down
2 changes: 0 additions & 2 deletions tiup/tiup-cluster-topology-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,8 +145,6 @@ server_configs:
- `tiflash`:TiFlash 组件的版本
- `pd`:PD 组件的版本
- `tidb_dashboard`:独立部署的 TiDB Dashboard 组件的版本
- `pump`:Pump 组件的版本
- `drainer`:Drainer 组件的版本
- `cdc`:CDC 组件的版本
- `kvcdc`:TiKV-CDC 组件的版本
- `tiproxy`:TiProxy 组件的版本
Expand Down
2 changes: 0 additions & 2 deletions tiup/tiup-playground.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,8 @@ Pid Role Uptime
--- ---- ------
84518 pd 35m22.929404512s
84519 tikv 35m22.927757153s
84520 pump 35m22.92618275s
86189 tidb exited
86526 tidb 34m28.293148663s
86190 drainer 35m19.91349249s
```

## 扩容集群
Expand Down

0 comments on commit 3b8bf6f

Please sign in to comment.