From 9c5ecf735bb429e5fa2d6534f89d0b77abcbbc73 Mon Sep 17 00:00:00 2001 From: Ran Date: Fri, 13 Oct 2023 14:39:13 +0800 Subject: [PATCH 1/2] Update tidb-resource-control.md --- tidb-resource-control.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-resource-control.md b/tidb-resource-control.md index 7db6836a59017..67675b5569a60 100644 --- a/tidb-resource-control.md +++ b/tidb-resource-control.md @@ -396,7 +396,7 @@ You can get more information about runaway queries from the following system tab > **Warning:** > -> This feature is experimental. It is not recommended that you use it in the production environment. This feature might be changed or removed without prior notice. If you find a bug, you can report an [issue](https://github.com/pingcap/tidb/issues/new/choose) on GitHub. +> This feature is experimental. It is not recommended that you use it in the production environment. This feature might be changed or removed without prior notice. If you find a bug, you can report an [issue](/support.md) on GitHub. Background tasks, such as data backup and automatic statistics collection, are low-priority but consume many resources. These tasks are usually triggered periodically or irregularly. During execution, they consume a lot of resources, thus affecting the performance of online high-priority tasks. From 6ec4b55e7df9e0750cbf0359c3ca0b1ab86d6d77 Mon Sep 17 00:00:00 2001 From: Ran Date: Fri, 13 Oct 2023 14:43:20 +0800 Subject: [PATCH 2/2] Update tidb-resource-control.md --- tidb-resource-control.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-resource-control.md b/tidb-resource-control.md index 67675b5569a60..91ed7a0aff013 100644 --- a/tidb-resource-control.md +++ b/tidb-resource-control.md @@ -396,7 +396,7 @@ You can get more information about runaway queries from the following system tab > **Warning:** > -> This feature is experimental. It is not recommended that you use it in the production environment. This feature might be changed or removed without prior notice. If you find a bug, you can report an [issue](/support.md) on GitHub. +> This feature is experimental. It is not recommended that you use it in the production environment. This feature might be changed or removed without prior notice. If you find a bug, you can report an [issue](https://docs.pingcap.com/tidb/stable/support) on GitHub. Background tasks, such as data backup and automatic statistics collection, are low-priority but consume many resources. These tasks are usually triggered periodically or irregularly. During execution, they consume a lot of resources, thus affecting the performance of online high-priority tasks.