Skip to content

Commit f276a48

Browse files
zhexuanyzz-jason
authored andcommitted
correct gc duration error message (#539)
1 parent 963be30 commit f276a48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FAQ.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -987,7 +987,7 @@ A lock resolving timeout. This usually occurs when a large number of transaction
987987
988988
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.
989989
990-
#### ERROR 9006 (HY000): GC Too Early
990+
#### ERROR 9006 (HY000): GC life time is shorter than transaction duration
991991
992992
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:
993993

0 commit comments

Comments
 (0)