mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-02-02 01:06:41 +08:00
[skip e2e]Update milvus component name (#14499)
Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
This commit is contained in:
parent
7bfde0aa73
commit
419a7c93f9
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user