From 419a7c93f9c2daed169992aaf40af2f0c6cbfd1b Mon Sep 17 00:00:00 2001 From: yanliang567 <82361606+yanliang567@users.noreply.github.com> Date: Wed, 29 Dec 2021 22:44:26 +0800 Subject: [PATCH] [skip e2e]Update milvus component name (#14499) Signed-off-by: yanliang567 --- .../design_docs/root_coordinator_recovery_on_power_failure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/design_docs/root_coordinator_recovery_on_power_failure.md b/docs/design_docs/root_coordinator_recovery_on_power_failure.md index f9ad534a0f..46bfca5629 100644 --- a/docs/design_docs/root_coordinator_recovery_on_power_failure.md +++ b/docs/design_docs/root_coordinator_recovery_on_power_failure.md @@ -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