Skip to content

Commit

Permalink
tidb: "PD server timeout" error message as lowercase (#16929) (#16997)
Browse files Browse the repository at this point in the history
  • Loading branch information
ti-chi-bot authored Apr 7, 2024
1 parent df1fc71 commit 06f7d9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions error-codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,13 +450,13 @@ TiDB 兼容 MySQL 的错误码,在大多数情况下,返回和 MySQL 一样

* Error Number: 9001

完整的报错信息为 `ERROR 9001 (HY000) : PD Server Timeout`
完整的报错信息为 `ERROR 9001 (HY000) : PD server timeout`

请求 PD 超时,请检查 PD Server 状态/监控/日志以及 TiDB Server 与 PD Server 之间的网络。

* Error Number: 9002

完整的报错信息为 `ERROR 9002 (HY000) : TiKV Server Timeout`
完整的报错信息为 `ERROR 9002 (HY000) : TiKV server timeout`

请求 TiKV 超时,请检查 TiKV Server 状态/监控/日志以及 TiDB Server 与 TiKV Server 之间的网络。

Expand Down

0 comments on commit 06f7d9f

Please sign in to comment.