From bc1fe84ccbeefd635e4265f001a8d093fa35ff67 Mon Sep 17 00:00:00 2001 From: Xiaozhen Liu Date: Wed, 11 Aug 2021 10:33:17 +0800 Subject: [PATCH] tidb-scheduling: fix typo --- tidb-scheduling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tidb-scheduling.md b/tidb-scheduling.md index a011bdbb30306..f8820ed0275ec 100644 --- a/tidb-scheduling.md +++ b/tidb-scheduling.md @@ -45,7 +45,7 @@ The above situations can be classified into two types: * Storage capacity of all TiKV peers are balanced; * Hot spots are balanced; * Speed of load balancing for the Regions needs to be limited to ensure that online services are stable; - * Maintainers are able to to take peers online/offline manually. + * Maintainers are able to take peers online/offline manually. After the first type of requirements is satisfied, the system will be failure tolerable. After the second type of requirements is satisfied, resources will be utilized more efficiently and the system will have better scalability.