mirror of https://github.com/milvus-io/milvus.git
[skip ci] Fix typos of design docs (#11910)
Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>pull/11908/head
parent
0fe8829fda
commit
a4f1c2986a
|
@ -30,7 +30,7 @@ Add a `dropped` flag in `SaveBinlogPathRequest` proto
|
|||
|
||||
DN
|
||||
- Flush all segment in this vChannel, When Flush&Drop, set the `dropped` flag true.
|
||||
- If fail, retry at most 10 times and restart
|
||||
- If fails, retry at most 10 times and restart
|
||||
|
||||
DC
|
||||
- DataCoord marks segmentInfo as `dropped`, doesn't remove segmentInfos from Etcd
|
||||
|
|
|
@ -110,7 +110,7 @@ type CreateCollectionReqTask struct {
|
|||
|
||||
7. `RootCoord` would alloc a timestamp from `TSO` before writing `Collection`'s meta into `metaTable`, and this timestamp is considered as the point when the collection was created
|
||||
|
||||
8. At last `RootCoord` will send a message of `CreateCollectionRequest` into `MsgStream`, and other components, who have subscribed to the `MsgStream`, would be notified. The `Proto` of `CreateCollectionRequest` is defined as follow:
|
||||
8. At last `RootCoord` will send a message of `CreateCollectionRequest` into `MsgStream`, and other components, who have subscribed to the `MsgStream`, would be notified. The `Proto` of `CreateCollectionRequest` is defined as follows:
|
||||
|
||||
```proto
|
||||
message CreateCollectionRequest {
|
||||
|
|
Loading…
Reference in New Issue