mirror of https://github.com/milvus-io/milvus.git
[skip ci] Fix typo in root coordinator developer guide (#11672)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/11680/head
parent
586bffc87b
commit
72cf285f3a
|
@ -688,7 +688,7 @@ func (mt *metaTable) AddFlushedSegment(segID typeutil.UniqueID) error
|
|||
|
||||
- _metaTable_ maintains meta both in memory and _etcdKV_. It keeps meta's consistency in both sides. All its member functions may be called concurrently.
|
||||
|
||||
- for _HasCollection_, _GetCollectionByID_, _GetCollectionByName_, _ListCollections_, if the argument of `ts` is none-zero, then _metaTable_ would return the meta on the timestamp of `ts`; if `ts` is zero, _metaTable_ would return the lastest meta
|
||||
- for _HasCollection_, _GetCollectionByID_, _GetCollectionByName_, _ListCollections_, if the argument of `ts` is none-zero, then _metaTable_ would return the meta on the timestamp of `ts`; if `ts` is zero, _metaTable_ would return the latest meta
|
||||
|
||||
#### 6.7 System Time Synchronization
|
||||
|
||||
|
|
Loading…
Reference in New Issue