diff --git a/tidb-configuration-file.md b/tidb-configuration-file.md index 9cd4e13d88a1b..14f7c9c45bc22 100644 --- a/tidb-configuration-file.md +++ b/tidb-configuration-file.md @@ -208,7 +208,7 @@ The TiDB configuration file supports more options than command-line parameters. - Specifies the number of seconds that TiDB waits when you shut down the server, which allows the clients to disconnect. - Default value: `0` -- When TiDB is waiting for shutdown (in the grace period), the HTTP status will indicate a failure, which allows the load balancers to reroute traffic. +- When TiDB is waiting for shutdown (in the grace period), the HTTP status will indicate a failure, which allows the load balancers to reroute traffic. It also responds with an error to the `COM_PING` command. > **Note:** >