mirror of https://github.com/milvus-io/milvus.git
[skip ci] Fix typo in data node recovery design doc (#11357)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/9945/head
parent
ebcb9c1bfa
commit
08ef9c457b
|
@ -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?
|
||||
|
|
Loading…
Reference in New Issue