From aed94a27ea3cabb0ac907357760394e76c8504b0 Mon Sep 17 00:00:00 2001 From: Liuxiaozhen12 <82579298+Liuxiaozhen12@users.noreply.github.com> Date: Wed, 11 Aug 2021 10:39:15 +0800 Subject: [PATCH] tidb-scheduling: fix typo (#6140) --- 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.