有关ver_conf和version含义可以参考这里:
// Conf change version, auto increment when add or remove peer
uint64 conf_ver = 1;
// Region version, auto increment when split or merge
uint64 version = 1;
1、用pd-ctl 查看 region 3 的状态
2、看看tidb 日志中有关region 3的日志
3、region 3的 version:2,已经分裂过一次,但是请求的元数据过久
4、查下apply 线程…