Skip to content

Commit

Permalink
add some note about no more write requests should be sent to TiKV dur…
Browse files Browse the repository at this point in the history
…ing the truncate process

Signed-off-by: longfangsong <longfangsong@icloud.com>
  • Loading branch information
longfangsong committed Dec 6, 2021
1 parent a2cc55c commit 95b955c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion text/0081-truncate.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ service Tikv {

When a TiKV receive `TruncateRequest`, it will create a `TruncateWorker` instance and start the work.

There are several steps to follow when doing truncate:
There are several steps to follow when doing truncate, note it is expected that no more write requests will be sent to TiKV during the truncate process:

### 1. Wait all committed raft log are applied

Expand Down

0 comments on commit 95b955c

Please sign in to comment.