tidb今天发现一个表的自增主键从718突变到3001开始,然后发现了这个错误

【 TiDB 使用环境】生产环境 /测试/ Poc
【 TiDB 版本】6.1.1
【复现路径】做过哪些操作出现的问题
【遇到的问题:问题现象及影响】
(8028, ‘Information schema is changed during the execution of the statement(for example, table definition may be updated by other DDL ran in parallel). If you see this error often, try increasing tidb_max_delta_schema_count. [try again later]’)
(8027, ‘Information schema is out of date: schema failed to update in 1 lease, please make sure TiDB can connect to TiKV’)
【资源配置】
【附件:截图/日志/监控】

完整的报错是什么?

做了哪些操作导致的?

完整的报错怎么看,这个是python的pymysql返回的

please make sure TiDB can connect to TiKV’ 这个提示像是tidb到tikv网断了一下

报错你可以自己翻译下:

看下你的 TiDB 是否可以链接到 TiKV

表定义可能被并行运行的其他DDL更新,尝试: tidb_max_delta_schema_count .

1、上下文描述清楚,必要时可以贴一些代码;
2、tidb状态检查下,相关日志看看是否有异常报错;
3、重试是否还有问题?偶发的还是经常发生?

[quote=“TiDBer_8CV56wYm, post:1, topic:1007870”]
table definition may be updated by other DDL ran in parallel
[/quote]关注中,难道表的自增主键值改变会频繁修改table definition吗?即便修改应该也是阶段性的,而不是增加一个值就修改一次,您这个表是高频变动的表吗?还有没有其他的日志输出呢?