TiDB Bug List=

问题
6.x版本设置新的tiflash副本后,progress同步进度不更新。

影响版本
6.0 - 6.2

问题原因:
region_id 上限值为int64,tiflash中错误的将region_id 解析为int32,导致region_id 达到 int32的值后,后续的新表设置的tiflash副本不能同步,已经设置tiflash的表不影响
相关issue:
https://github.com/pingcap/tidb/issues/37862

检查确认方式:
1、 检查PD 监控中alloc_id 或information_schema.tikv_region_peers中 region_id是否超过int32的最大值。

临时解决措施
应用hot fix : https://github.com/pingcap/tidb/issues/37862。 升级到修复版本

修复版本
预计6.5、6.1.4版本修复

可参考:
https://asktug.com/t/topic/996666/29

2 个赞