Skip to content

Commit

Permalink
refine two inaccurate description (#595)
Browse files Browse the repository at this point in the history
* refine two inaccurate description

* address comment
  • Loading branch information
coocood authored and CaitinChen committed Sep 5, 2018
1 parent 0aabe9d commit 6f6ccc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -1054,4 +1054,4 @@ The solution is to use the `--local-infile=1` option when you start the MySQL cl

#### ERROR 9001 (HY000): PD server timeout start timestamp may fall behind safe point

This error occurs when TiDB fails to access PD. A worker in the TiDB background continuously queries the safepoint from PD and this error occurs if it fails to query within 100s. Generally it is because the PD failure or network failure between TiDB and PD. For the details of common errors, see [Error Number and Fault Diagnosis](sql/error.md).
This error occurs when TiDB fails to access PD. A worker in the TiDB background continuously queries the safepoint from PD and this error occurs if it fails to query within 100s. Generally, it is because the disk on PD is slow and busy or the network failed between TiDB and PD. For the details of common errors, see [Error Number and Fault Diagnosis](sql/error.md).
2 changes: 1 addition & 1 deletion sql/slow-query.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The number of keys that Coprocessor has scanned.

#### `processed_keys`

The number of keys that Coprocessor has processed. Compared with `total_keys`, `processed_keys` does not include the old versions of MVCC or the MVCC `delete` marks. A great difference between `processed_keys` and `total_keys` indicates that the number of old versions are relatively large.
The number of keys that Coprocessor has processed. Compared with `total_keys`, `processed_keys` does not include the old versions of MVCC. A great difference between `processed_keys` and `total_keys` indicates that the number of old versions are relatively large.

#### `succ`

Expand Down

0 comments on commit 6f6ccc0

Please sign in to comment.