diff --git a/geo-distributed-deployment-topology.md b/geo-distributed-deployment-topology.md index 69fbc8cb1e72c..0af4ce21d900f 100644 --- a/geo-distributed-deployment-topology.md +++ b/geo-distributed-deployment-topology.md @@ -63,6 +63,7 @@ This section describes the key parameter configuration of the TiDB geo-distribut > **Note:** > > Using `raftstore.raft-min-election-timeout-ticks` and `raftstore.raft-max-election-timeout-ticks` to configure larger election timeout ticks for a TiKV node can significantly decrease the likelihood of Regions on that node becoming Leaders. However, in a disaster scenario where some TiKV nodes are offline and the remaining active TiKV nodes lag behind in Raft logs, only Regions on this TiKV node with large election timeout ticks can become Leaders. Because Regions on this TiKV node must wait for at least the duration set by `raftstore.raft-min-election-timeout-ticks' before initiating an election, it is recommended to avoid setting these values excessively large to prevent potential impact on the cluster availability in such scenarios. + #### PD parameters - The PD metadata information records the topology of the TiKV cluster. PD schedules the Raft Group replicas on the following four dimensions: