From f7a4b81fcaa0283bb2100059cd1378ba21b4307d Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Wed, 24 Jun 2026 16:44:27 +0900 Subject: [PATCH 1/2] config: reword primary lease descriptions to avoid confusion with database primary key --- scheduling-configuration-file.md | 2 +- tso-configuration-file.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scheduling-configuration-file.md b/scheduling-configuration-file.md index 9dbbe102add61..c1f4f7226fa6f 100644 --- a/scheduling-configuration-file.md +++ b/scheduling-configuration-file.md @@ -44,7 +44,7 @@ The Scheduling node is used for providing the `scheduling` microservice for PD. ### `lease` -- The timeout of the Scheduling Primary Key lease. After the timeout, the system re-elects a Primary. +- The timeout of the scheduling service's primary lease. After the timeout, the system re-elects a primary. - Default value: `3` - Unit: seconds diff --git a/tso-configuration-file.md b/tso-configuration-file.md index 69fd753ee64d1..e76496f352675 100644 --- a/tso-configuration-file.md +++ b/tso-configuration-file.md @@ -44,7 +44,7 @@ The TSO node is used for providing the `tso` microservice for PD. This document ### `lease` -- The timeout of the TSO Primary Key lease. After the timeout, the system re-elects a Primary. +- The timeout of the TSO service's primary lease. After the timeout, the system re-elects a primary. - Default value: `3` - Unit: seconds From 59e198c485a3e196a7abede3a85b5b1d6356397d Mon Sep 17 00:00:00 2001 From: Yasuo Honda Date: Wed, 24 Jun 2026 17:00:22 +0900 Subject: [PATCH 2/2] style: capitalize Scheduling for consistency with TSO --- scheduling-configuration-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scheduling-configuration-file.md b/scheduling-configuration-file.md index c1f4f7226fa6f..c0d8e00a39387 100644 --- a/scheduling-configuration-file.md +++ b/scheduling-configuration-file.md @@ -44,7 +44,7 @@ The Scheduling node is used for providing the `scheduling` microservice for PD. ### `lease` -- The timeout of the scheduling service's primary lease. After the timeout, the system re-elects a primary. +- The timeout of the Scheduling service's primary lease. After the timeout, the system re-elects a primary. - Default value: `3` - Unit: seconds