From 15e62d9332666170b335f9a6c50c94177d5d17ef Mon Sep 17 00:00:00 2001 From: Bennu Date: Wed, 29 Dec 2021 12:07:37 +0800 Subject: [PATCH] [skip e2e] Fix grammar (#14493) Signed-off-by: Bennu --- docs/design_docs/proxy.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/design_docs/proxy.md b/docs/design_docs/proxy.md index d0dbc7dbc7..0456928113 100644 --- a/docs/design_docs/proxy.md +++ b/docs/design_docs/proxy.md @@ -183,7 +183,7 @@ The semantics of the Release operation is the reverse operation of the Load oper data of the Collection or Partition from the memory. For Release operations, Query Coordinator is responsible for notifying query nodes to unload the corresponding Collection or Partition in memory, and then sending the ReleaseDqlMessageStream command to Root Coordinator, and Root Coordinator is responsible for broadcasting the -ReleaseDqlMessageStream command to all Proxies, so that all related streams used to send search request and receive +ReleaseDqlMessageStream command to all Proxies, so that all related streams used to send search requests and receive search result in Proxy will be closed. The other interaction between Proxy and Query Coordinator is that Proxy needs to query from Query Coordinator for statistics