[skip e2e]Update miluvs component names (#13875)

Signed-off-by: yanliang567 <yanliang.qiao@zilliz.com>
pull/11956/head
yanliang567 2021-12-21 20:33:03 +08:00 committed by GitHub
parent 7361a30f8b
commit b1fe7c30f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ DataCoord
Pros:
1. The easiest approach in both DataNode and DataCoord.
2. DN can reuse the current flush manager procedure.
2. DataNode can reuse the current flush manager procedure.
Cons:
1. The No. rpc call is equal to the No. segments in a collection, expensive.