From def6ba5edad9f18de57e91260d5146eb0bf2f93e Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Fri, 20 Dec 2024 14:33:00 +0800 Subject: [PATCH 1/2] Fix the "coporcessor" typo in alert rules (#19333) (#19336) --- alert-rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alert-rules.md b/alert-rules.md index 55c46528cd47..84b7ae560b9c 100644 --- a/alert-rules.md +++ b/alert-rules.md @@ -554,7 +554,7 @@ summary: TiDB 集群中各组件的报警规则详解。 1. 从 TiDB 日志中查看慢查询日志,看查询是否用到了索引或全表扫,或者看是否需要做 analyze。 2. 排查是否有热点。 - 3. 查看 Coprocessor 监控,看 `coporcessor table/index scan` 里 `total` 和 `process` 是否匹配。如果相差太大,表明做了太多的无效查询。看是否有 `over seek bound`,如果有,表明版本太多,GC 工作不及时,需要增大并行 GC 的线程数。 + 3. 查看 Coprocessor 监控,看 `coprocessor table/index scan` 里 `total` 和 `process` 是否匹配。如果相差太大,表明做了太多的无效查询。看是否有 `over seek bound`,如果有,表明版本太多,GC 工作不及时,需要增大并行 GC 的线程数。 #### `TiKV_raftstore_thread_cpu_seconds_total` From da8ca45b11da97c0d0e7a0d9a521fd689662f81b Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Mon, 23 Dec 2024 22:38:09 +0800 Subject: [PATCH 2/2] dm: update the example version to 8.5.0 (#19349) (#19350) --- dm/quick-start-with-dm.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dm/quick-start-with-dm.md b/dm/quick-start-with-dm.md index 9bd0926733f6..b6170a8fc542 100644 --- a/dm/quick-start-with-dm.md +++ b/dm/quick-start-with-dm.md @@ -31,7 +31,7 @@ summary: 了解如何快速上手部署试用 TiDB Data Migration 工具。 {{< copyable "shell-regular" >}} ```shell - tiup dm deploy dm-test 6.0.0 topology.yaml -p + tiup dm deploy dm-test 7.5.4 topology.yaml -p ``` ## 第 2 步:准备数据源