TiDB v5.1 Documentation
· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 2743 15.2.1 leader/follower/learner · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · set to a silent state, which reduces the system overhead of the heartbeat information between the Leader and the Follower. User document, #10266 38 2.2.2.4 Stability • Solve the replication stability #10046 • PD – Fix the issue that the PD Leader re-election is slow when there are many stores #3697 – Fix the panic issue that occurs when removing the evict leader scheduler from a non-existent store #36600 码力 | 2745 页 | 47.65 MB | 1 年前3TiDB v5.3 Documentation
· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 2994 15.2.1 leader/follower/learner · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · from PD leader. When this feature is enabled, TiDB evenly sends the requests to all PD nodes when acquiring TSO. The PD follower then forwards the TSO requests to reduce the CPU pressure of PD leader. 31 effect. TiKV raftstore. �→ raft- �→ reject- �→ transfer �→ -leader �→ - �→ duration �→ Deleted Determines the smallest duration that a Leader is transferred to a newly added node. 36 Configuration file0 码力 | 2996 页 | 49.30 MB | 1 年前3TiDB v5.2 Documentation
· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 2846 15.2.1 leader/follower/learner · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · following issues: – Raftstore is stuck, which is caused by RocksDB write stall. – Raft election times out, and the node leader is transferred as a result. This new mechanism improves the flow control algorithm heartbeats. Meanwhile, it adds the evict-slow-store-scheduler scheduler on PD to automatically evict the leader on a single slow TiKV node. In this way, the impact on the whole cluster is mitigated. At the same0 码力 | 2848 页 | 47.90 MB | 1 年前3TiDB v5.4 Documentation
· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 3648 15.4.1 leader/follower/learner · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · to the file name of the current log file, and a new log file is created. TiKV allow- �→ remove- �→ leader Deleted Determines whether to allow deleting the main switch. TiKV raft-msg- �→ flush- �→ interval the variable as follows: set @@tidb_replica_read=leader_and_follower set @@tidb_read_staleness="-5" By this setting, TiDB can select the nearest leader or follower node and read the latest historical data0 码力 | 3650 页 | 52.72 MB | 1 年前3TiDB v6.5 Documentation
· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 5279 17.6.1 leader/follower/learner · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · ability zone with the fewest TiDB nodes, and the other TiDB nodes auto- mati- cally read from the leader replica. 52 Variable name Change type Description tidb_server_memory_limit �→ Modified Changes process of cleaning backup log data #38869 @Leavrth • Fix the restoration failure issue caused by PD leader switch during the restora- tion process #36910 @MoCuishle28 • Improve TLS compatibility by using0 码力 | 5282 页 | 99.69 MB | 1 年前3TiDB v7.6 Documentation
· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 6120 17.6.1 leader/follower/learner · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · clusters with a large number of TiDB nodes and Regions, thereby �→ reducing the CPU pressure on the PD leader.Reliability and Availability 0 码力 | 6123 页 | 107.24 MB | 1 年前 3TiDB v7.5 Documentation
· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 6017 17.6.1 leader/follower/learner · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · the risk of data inconsistency in rare cases #11187 @MyonKeminta • PD • Fix the issue that evict-leader-scheduler might lose configuration #6897 @HuSharp • Fix the issue that after a store goes offline divided into a leader and multiple followers. When the data on the leader changes, TiDB will update the data to the followers synchronously. By default, TiDB only reads and writes data on the leader of the same0 码力 | 6020 页 | 106.82 MB | 1 年前3TiDB v7.1 Documentation
· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 5713 17.6.1 leader/follower/learner · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · the tidb_load_based_replica_read_threshold system variable. When the estimated queue time of the leader node exceeds this threshold, TiDB prioritizes reading data from follower nodes. This feature can • Add a leader health check mechanism. When the PD server where the etcd leader is located cannot be elected as the leader, PD actively switches the etcd leader to ensure that the PD leader is available0 码力 | 5716 页 | 104.74 MB | 1 年前3TiDB v6.1 Documentation
· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 4485 17.6.1 leader/follower/learner · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · the wrong status code of not leader #4797 • Fix a bug of TSO fallback in some corner cases #4884 • Fix the issue that a removed tombstone store appears again after the PD leader transfer #4941 • Fix the the issue that scheduling cannot start immediately after the PD leader transfer #4769 • TiDB Dashboard • Fix a bug that Top SQL cannot collect the CPU overhead of the SQL statements that were running0 码力 | 4487 页 | 84.44 MB | 1 年前3TiDB v8.5 Documentation
· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 6725 17.9.1 Leader/Follower/Learner· · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · · 6725 scatter-range-scheduler in pd-ctl commands #8379 @okJiang • Add conflict detection for grant-hot-leader-scheduler #4903 @lhy1024 • TiFlash • Optimize the execution efficiency of LENGTH() and ASCII() @xzhangxian1008 • Fix the issue that when adding an index, the 8223 (HY000) error occurs after killing the PD leader and the data in the table is inconsistent #55488 @tangenta • Fix the issue that too many DDL history0 码力 | 6730 页 | 111.36 MB | 9 月前3共 40 条- 1
- 2
- 3
- 4