Skip to content

Commit

Permalink
removed pump and drainer contents
Browse files Browse the repository at this point in the history
  • Loading branch information
hfxsd committed Sep 18, 2024
1 parent 2b31f6b commit ca472d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 35 deletions.
32 changes: 0 additions & 32 deletions alert-rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -956,38 +956,6 @@ aliases: ['/docs-cn/dev/alert-rules/','/docs-cn/dev/reference/alert-rules/']
* 检查 TiFlash 进程是否存在。
* 检查监控机与 TiFlash 服务所在机器之间网络是否正常。

#### `Pump_server_is_down`

* 报警规则:

`probe_success{group="pump"} == 0`

* 规则描述:

Pump 服务端口探测失败。

* 处理方法:

* 检查 Pump 服务所在机器是否宕机。
* 检查 Pump 进程是否存在。
* 检查监控机与 Pump 服务所在机器之间网络是否正常。

#### `Drainer_server_is_down`

* 报警规则:

`probe_success{group="drainer"} == 0`

* 规则描述:

Drainer 服务端口探测失败。

* 处理方法:

* 检查 Drainer 服务所在机器是否宕机。
* 检查 Drainer 进程是否存在。
* 检查监控机与 Drainer 服务所在机器之间网络是否正常。

#### `TiKV_server_is_down`

* 报警规则:
Expand Down
2 changes: 1 addition & 1 deletion faq/upgrade-faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ aliases: ['/docs-cn/dev/faq/upgrade-faq/','/docs-cn/dev/faq/upgrade/']

### 滚动升级有那些影响?

滚动升级 TiDB 期间,业务运行会受到一定影响。因此,不建议在业务高峰期进行滚动升级。需要配置最小集群拓扑 (TiDB \* 2、PD \* 3、TiKV \* 3),如果集群环境中有 Pump 和 Drainer 服务,建议先停止 Drainer,然后滚动升级(升级 TiDB 时会升级 Pump)
滚动升级 TiDB 期间,业务运行会受到一定影响。因此,不建议在业务高峰期进行滚动升级。需要配置最小集群拓扑 (TiDB \* 2、PD \* 3、TiKV \* 3)。

### 集群在执行 DDL 请求期间可以进行升级操作吗?

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

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

Expand Down

0 comments on commit ca472d7

Please sign in to comment.