[skip ci] Fix grammar in docs (#8388)

Signed-off-by: sida shen <sida@sidas-MacBook-Pro.local>

Co-authored-by: sida shen <sida@sidas-MacBook-Pro.local>
pull/8422/head
SS 2021-09-23 15:06:07 +08:00 committed by GitHub
parent ccb2e89d6c
commit fc3615474d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
As the user access layer of Milvus, Proxy mainly plays a role that do some check and preprocessing for requests from
clients and then forward these requests to other components, such as Root Coordinator, Data Coordinator, Query
Coordinator, Index Coordinator. The below figure shows that how Proxy interact with other components.
Coordinator, Index Coordinator. The below figure shows that how Proxy interacts with other components.
<img src="./graphs/proxy.png" width=700>
@ -67,7 +67,7 @@ Proxy will forward the DdRequest to Root Coordinator. These requests include:
- GetIndexBuildProgress
- GetIndexState
Proxy handles the DdRequest sequencely. Only when the request entered earlier was done, the next request can be handled.
Proxy handles the DdRequest sequentially. Only when the request entered earlier was done, the next request can be handled.
Proxy forwards these requests to Root Coordinator, waits for Root Coordinator returning the result and then returns the
result or error message to clients.