From ca472d75a0927317821cc55e8552c29aa78fd022 Mon Sep 17 00:00:00 2001 From: houfaxin Date: Wed, 18 Sep 2024 10:06:54 +0800 Subject: [PATCH] removed pump and drainer contents --- alert-rules.md | 32 -------------------------------- faq/upgrade-faq.md | 2 +- maintain-tidb-using-tiup.md | 4 ++-- 3 files changed, 3 insertions(+), 35 deletions(-) diff --git a/alert-rules.md b/alert-rules.md index 14c561460ae6..fd2f4909c3cb 100644 --- a/alert-rules.md +++ b/alert-rules.md @@ -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` * 报警规则: diff --git a/faq/upgrade-faq.md b/faq/upgrade-faq.md index e9a247e1cd44..bab9edfb403a 100644 --- a/faq/upgrade-faq.md +++ b/faq/upgrade-faq.md @@ -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 请求期间可以进行升级操作吗? diff --git a/maintain-tidb-using-tiup.md b/maintain-tidb-using-tiup.md index 656e0710b1db..cea50d48bedb 100644 --- a/maintain-tidb-using-tiup.md +++ b/maintain-tidb-using-tiup.md @@ -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" >}} @@ -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" >}}