Skip to content

Commit cb663aa

Browse files
authored
faq: update the description of "Information schema is out of date" (pingcap#18660)
1 parent 74338d7 commit cb663aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

faq/sql-faq.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ TiDB 在执行 SQL 语句时,会根据隔离级别确定一个对象的 `schem
286286

287287
### 触发 Information schema is out of date 错误的原因?
288288

289-
在 v6.5.0 之前,当执行 DML 时,TiDB 超过一个 DDL lease 时间(默认 45s)没能加载到最新的 schema 就可能会报 `Information schema is out of date` 的错误。遇到此错的可能原因如下:
289+
当执行 DML 时,TiDB 超过一个 DDL lease 时间(默认 45s)没能加载到最新的 schema 就可能会报 `Information schema is out of date` 的错误。遇到此错的可能原因如下:
290290

291291
- 执行此 DML 的 TiDB 被 kill 后准备退出,且此 DML 对应的事务执行时间超过一个 DDL lease,在事务提交时会报这个错误。
292292
- TiDB 在执行此 DML 时,有一段时间内连不上 PD 或者 TiKV,导致 TiDB 超过一个 DDL lease 时间没有 load schema,或者导致 TiDB 断开与 PD 之间带 keep alive 设置的连接。

0 commit comments

Comments
 (0)