File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
markdown-pages/zh/tidb/release-8.5 Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -73,7 +73,7 @@ PD 配置文件比命令行参数支持更多的选项。你可以在 [conf/conf
7373### ` lease `
7474
7575+ PD Leader Key 租约超时时间,超时系统重新选举 Leader。
76- + 默认值:3
76+ + 默认值:从 v8.5.2 版本开始,默认值为 5。在 v8.5.2 版本之前,默认值为 3。
7777+ 单位:秒
7878
7979### ` quota-backend-bytes `
Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ TiDB 版本:8.5.2
9595 - 修复设置 ` tidb_enable_tso_follower_proxy ` 系统变量可能不生效的问题 [ #8947 ] ( https://github.com/tikv/pd/issues/8947 ) @[ JmPotato] ( https://github.com/JmPotato )
9696 - 修复当某个 PD 节点不是 Leader 时,仍可能生成 TSO 的问题 [ #9051 ] ( https://github.com/tikv/pd/issues/9051 ) @[ rleungx] ( https://github.com/rleungx )
9797 - 修复 PD Leader 切换过程中,Region syncer 未能及时退出的问题 [ #9017 ] ( https://github.com/tikv/pd/issues/9017 ) @[ rleungx] ( https://github.com/rleungx )
98+ - 修复 ` lease ` 默认值未被正确设置的问题 [ #9156 ] ( https://github.com/tikv/pd/issues/9156 ) @[ rleungx] ( https://github.com/rleungx )
9899
99100+ TiFlash
100101
You can’t perform that action at this time.
0 commit comments