From a4f1c2986a4fa28a098ead8fa2baaaec17d57c22 Mon Sep 17 00:00:00 2001 From: binbin <83755740+binbinlv@users.noreply.github.com> Date: Tue, 16 Nov 2021 19:07:10 +0800 Subject: [PATCH] [skip ci] Fix typos of design docs (#11910) Signed-off-by: Binbin Lv --- docs/design_docs/drop_collection_release_resources_en.md | 2 +- docs/design_docs/milvus_create_collection_en.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/design_docs/drop_collection_release_resources_en.md b/docs/design_docs/drop_collection_release_resources_en.md index cc5ae5e6f1..746359a379 100644 --- a/docs/design_docs/drop_collection_release_resources_en.md +++ b/docs/design_docs/drop_collection_release_resources_en.md @@ -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 diff --git a/docs/design_docs/milvus_create_collection_en.md b/docs/design_docs/milvus_create_collection_en.md index 1d4cd3dc81..545ca73aa6 100644 --- a/docs/design_docs/milvus_create_collection_en.md +++ b/docs/design_docs/milvus_create_collection_en.md @@ -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 {