Change Request
Please answer the following questions before submitting your issue. Thanks!
- Describe what you find is inappropriate or missing in the existing docs.
The following two files contain confusing Japanese translations for the PD microservice lease configuration:
-
scheduling-configuration-file.md line 47:
スケジュール主キーリースのタイムアウト。タイムアウト後、システムはプライマリを再選出します。
(EN: The timeout of the Scheduling Primary Key lease. After the timeout, the system re-elects a Primary.)
-
tso-configuration-file.md line 47:
TSO主キーリースのタイムアウト。タイムアウト後、システムはプライマリを再選出します。
The term 主キー (primary key) in this context refers to the PD microservice primary/leader node's etcd key lease, not a database primary key column. Using 主キー (which is the standard Japanese translation for SQL PRIMARY KEY) causes confusion for readers.
- Describe your suggestion or addition.
Replace 主キーリース with プライマリリース or リーダーリース to make it clear this is about the PD service leader/primary lease:
スケジュール主キーリース → スケジューリングプライマリリース or スケジューリングリーダーリース
TSO主キーリース → TSOプライマリリース or TSOリーダーリース
- Provide some reference materials (such as documents and websites) if you could.
Change Request
Please answer the following questions before submitting your issue. Thanks!
The following two files contain confusing Japanese translations for the PD microservice
leaseconfiguration:scheduling-configuration-file.mdline 47:スケジュール主キーリースのタイムアウト。タイムアウト後、システムはプライマリを再選出します。(EN:
The timeout of the Scheduling Primary Key lease. After the timeout, the system re-elects a Primary.)tso-configuration-file.mdline 47:TSO主キーリースのタイムアウト。タイムアウト後、システムはプライマリを再選出します。The term
主キー(primary key) in this context refers to the PD microservice primary/leader node's etcd key lease, not a database primary key column. Using主キー(which is the standard Japanese translation for SQLPRIMARY KEY) causes confusion for readers.Replace
主キーリースwithプライマリリースorリーダーリースto make it clear this is about the PD service leader/primary lease:スケジュール主キーリース→スケジューリングプライマリリースorスケジューリングリーダーリースTSO主キーリース→TSOプライマリリースorTSOリーダーリースscheduling-configuration-file.md: https://github.com/pingcap/docs/blob/release-8.5/scheduling-configuration-file.md#leasetso-configuration-file.md: https://github.com/pingcap/docs/blob/release-8.5/tso-configuration-file.md#lease