mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
[skip e2e]Update component names (#13583)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
This commit is contained in:
parent
af385cfc62
commit
cc7f4b1e02
@ -7,7 +7,7 @@ update: 6.21.2021, by [Goose](https://github.com/XuanYang-cn)
|
|||||||
|
|
||||||
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
|
||||||
|
|
||||||
1. Current flushing segment
|
1. Current flushing segment
|
||||||
@ -29,7 +29,7 @@ When a flowgraph flushes a segment, we need to save these things:
|
|||||||
|
|
||||||
- current segment's binlog paths.
|
- current segment's binlog paths.
|
||||||
- current segment positions.
|
- current segment positions.
|
||||||
- all other segments' current positions from the replica (If a segment hasn't been flushed, save the position when datanode first meets it).
|
- all other segments' current positions from the replica (If a segment hasn't been flushed, save the position when DataNode first meets it).
|
||||||
|
|
||||||
Whether save successfully:
|
Whether save successfully:
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user