未验证 提交 58d07b3a 编写于 作者: J JackLCL 提交者: GitHub

[skip ci]Fix doc error in design doc (#11158)

Signed-off-by: NJackLCL <chenglong.li@zilliz.com>
上级 2b0f1a14
......@@ -88,7 +88,7 @@ type CreateIndexReqTask struct {
}
```
5. According to the index type and index parameters, `RootCoord` lists all the `Segments` that need to be indexed on this `Collection`. `RootCoord` would only check those `Segments` which have been flushed at this stage. We will describe how to deal with those newly add segments and growing segments later.
5. According to the index type and index parameters, `RootCoord` lists all the `Segments` that need to be indexed on this `Collection`. `RootCoord` would only check those `Segments` which have been flushed at this stage. We will describe how to deal with those newly added segments and growing segments later.
6. For each `Segment`, `RootCoord` would start a `Grpc` request to `DataCoord` to get `Binlog` paths of that `Segment`, the `proto` is defined as following
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册