From a0d98cf4f9576db317de69994a085438f5bde726 Mon Sep 17 00:00:00 2001 From: zhexuany Date: Sat, 14 Jul 2018 15:54:35 +0800 Subject: [PATCH] correct gc duration error message --- FAQ.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FAQ.md b/FAQ.md index f7d46d0137465..cf54e4856db96 100644 --- a/FAQ.md +++ b/FAQ.md @@ -987,7 +987,7 @@ A lock resolving timeout. This usually occurs when a large number of transaction The accessed Region is not available. A Raft Group is not available, with possible reasons like an inadequate number of replicas. This usually occurs when the TiKV server is busy or the TiKV node is shut down. Check the status, monitoring data and log of the TiKV server. -#### ERROR 9006 (HY000): GC Too Early +#### ERROR 9006 (HY000): GC life time is shorter than transaction duration The interval of `GC Life Time` is too short. The data that should have been read by long transactions might be deleted. You can add `GC Life Time` using the following command: