[skip ci] Fix typos of design docs (#11910)

Signed-off-by: Binbin Lv <binbin.lv@zilliz.com>
pull/11908/head
binbin 2021-11-16 19:07:10 +08:00 committed by GitHub
parent 0fe8829fda
commit a4f1c2986a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

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

View File

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