[skip ci] Fix typo in data node recovery design doc (#11357)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/9945/head
edward.zeng 2021-11-06 12:21:21 +08:00 committed by GitHub
parent ebcb9c1bfa
commit 08ef9c457b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ DataNode is based on flowgraph; each flowgraph cares about only one vchannel. Th
messages, and timetick messages inside one vchannel, FIFO log stream.
One vchannel only contains dml messages of one collection. A collection consists of many segments, hence
a vchannel contains dml messsages of many segments. **Most importantly, the dml messages of the same segment
a vchannel contains dml messages of many segments. **Most importantly, the dml messages of the same segment
can appear in anywhere in vchannel.**
## What does DataNode recovery really mean?