[skip e2e]Update component names (#13583)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
This commit is contained in:
yanliang567 2021-12-17 18:52:15 +08:00 committed by GitHub
parent af385cfc62
commit cc7f4b1e02
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: