mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix doc error in datanode_flowgraph_recovery_design_0604_2021.md (#10252)
Signed-off-by: JackLCL <chenglong.li@zilliz.com>pull/10263/head
parent
bfc3c59d42
commit
78eae0ee3d
|
@ -5,8 +5,8 @@ update: 6.21.2021, by [Goose](https://github.com/XuanYang-cn)
|
||||||
|
|
||||||
## 1. Common Sense
|
## 1. Common Sense
|
||||||
|
|
||||||
A. One message stream to one vchannel, so there are one start position and one end position in one message pack
|
A. One message stream to one vchannel, so there are one start position and one end position in one message pack.
|
||||||
B. Only when datanode flushes, datanode will update every segment's position
|
B. Only when datanode flushes, datanode will update every segment's position.
|
||||||
An optimization: update position of
|
An optimization: update position of
|
||||||
|
|
||||||
- a. Current flushing segment
|
- a. Current flushing segment
|
||||||
|
|
Loading…
Reference in New Issue