Skip to content

Commit

Permalink
tidb: "PD server timeout" error message as lowercase (#16661)
Browse files Browse the repository at this point in the history
  • Loading branch information
yahonda authored Mar 5, 2024
1 parent d65b2ca commit 6554d9c
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 @@ -532,15 +532,15 @@ TiDB is compatible with the error codes in MySQL, and in most cases returns the

* Error Number: 9001

The complete error message: `ERROR 9001 (HY000): PD Server Timeout`
The complete error message: `ERROR 9001 (HY000): PD server timeout`

The PD request timed out.

Check the status, monitoring data and log of the PD server, and the network between the TiDB server and the PD server.

* Error Number: 9002

The complete error message: `ERROR 9002 (HY000): TiKV Server Timeout`
The complete error message: `ERROR 9002 (HY000): TiKV server timeout`

The TiKV request timed out.

Expand Down

0 comments on commit 6554d9c

Please sign in to comment.