mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 03:48:37 +08:00
[skip e2e]Modify grammar in content (#14304)
Signed-off-by: jingkl <jingjing.jia@zilliz.com>
This commit is contained in:
parent
4ed816e4dc
commit
4fb6af2fb6
@ -228,7 +228,7 @@ message SegmentInfo {
|
|||||||
|
|
||||||
19. There is a background service, `checkFlushedSegmentLoop`, in `RootCoord`. `checkFlushedSegmentLoop` would periodically check whether there is a segment that needs to be created index but has not been created, the default interval is `10 minutes`, and call `DataCoord` and `IndexCoord`'s service to create index on these segments.
|
19. There is a background service, `checkFlushedSegmentLoop`, in `RootCoord`. `checkFlushedSegmentLoop` would periodically check whether there is a segment that needs to be created index but has not been created, the default interval is `10 minutes`, and call `DataCoord` and `IndexCoord`'s service to create index on these segments.
|
||||||
|
|
||||||
20. In `Milvus 2.0`, `Create Index` is an asynchronous operation, so the `SDK` needs to send `GetIndexStates` request to `IndexCoord` periodically to check if the index has been created, the `proto` is defined as follow.
|
20. In `Milvus 2.0`, `Create Index` is an asynchronous operation, so the `SDK` needs to send `GetIndexStates` request to `IndexCoord` periodically to check if the index has been created, the `proto` is defined as follows.
|
||||||
|
|
||||||
```proto
|
```proto
|
||||||
service IndexCoord {
|
service IndexCoord {
|
||||||
|
Loading…
Reference in New Issue
Block a user