[skip e2e]Update milvus component name (#14499)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/14558/head
yanliang567 2021-12-29 22:44:26 +08:00 committed by GitHub
parent 7bfde0aa73
commit 419a7c93f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -79,13 +79,13 @@
### 2.9 Register service in etcd
1. `RC` needs to register itself with etcd when it starts.
1. `RootCoord` needs to register itself with etcd when it starts.
2. The registration should include IP address, port, its own id, global incremental timestamp.
### 2.10 Remove the code related to Proxy service
1. `Proxy service` related code will be removed.
2. The job of time synchronization which is done by `Proxy service` is partially simplified and handed over to the `RC` (subsection 2.8).
2. The job of time synchronization which is done by `Proxy service` is partially simplified and handed over to the `RootCoord` (subsection 2.8).
### 2.11 Query collection meta based on timeline