From fa2b42722079aab1ca6135f95011d8147528be90 Mon Sep 17 00:00:00 2001 From: Ti Chi Robot Date: Wed, 11 Aug 2021 10:47:15 +0800 Subject: [PATCH] tidb-scheduling: fix typo (#6140) (#6143) --- 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.