Skip to content

Commit

Permalink
errorcode: Add TiFlashServerBusy and TiFlashServerTimeout. (#4487)
Browse files Browse the repository at this point in the history
* Update error-codes.md

* Apply suggestions from code review

Co-authored-by: TomShawn <41534398+TomShawn@users.noreply.github.com>
  • Loading branch information
Joyinqin and TomShawn authored Jan 5, 2021
1 parent c4f8f10 commit a7f654c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions error-codes.md
Original file line number Diff line number Diff line change
Expand Up @@ -459,6 +459,18 @@ In addition, TiDB has the following unique error codes:

Check the state/monitor/log of the TiKV server.

* Error Number: 9012

The TiFlash request timed out.

Check the state/monitor/log of the TiFlash server and the network between the TiDB server and TiFlash server.

* Error Number: 9013

The TiFlash server is busy and this usually occurs when the workload is too high.

Check the state/monitor/log of the TiFlash server.

## Troubleshooting

See the [troubleshooting](/troubleshoot-tidb-cluster.md) and [FAQ](/faq/tidb-faq.md) documents.

0 comments on commit a7f654c

Please sign in to comment.