mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
[skip ci] Fix typo in design doc (#11366)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
This commit is contained in:
parent
2e94080afb
commit
94744fdc06
@ -441,7 +441,7 @@ type channelsTimeTicker interface {
|
||||
|
||||
- getLastTick
|
||||
|
||||
getLastTick returns the minimum timestamp which has already beed synchronized of physical channel;
|
||||
getLastTick returns the minimum timestamp which has already been synchronized of physical channel;
|
||||
|
||||
channelsTimeTicker will maintain the map minTsStatistics that can be synchronized and the map currents that will be
|
||||
synchronized. They are all mappings from pChan to Timestamp. The channelsTimeTicker itself has a background coroutine,
|
||||
@ -506,4 +506,4 @@ type Cache interface {
|
||||
|
||||
- RemovePartition
|
||||
|
||||
RemovePartition removes the meta information of paritition;
|
||||
RemovePartition removes the meta information of partition;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user