[skip ci]Add comments in chap07_query_coordinator.md (#12051)

Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>
pull/12116/head
ryjiang 2021-11-18 22:17:57 +08:00 committed by GitHub
parent 3457b23922
commit f4e984bc2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -246,6 +246,7 @@ type QueryNode interface {
AddQueryChannel(ctx context.Context, req *querypb.AddQueryChannelRequest) (*commonpb.Status, error)
// RemoveQueryChannel removes the query channel for QueryNode component.
RemoveQueryChannel(ctx context.Context, req *querypb.RemoveQueryChannelRequest) (*commonpb.Status, error)
// WatchDmChannels watches the channels about data manipulation.
WatchDmChannels(ctx context.Context, req *querypb.WatchDmChannelsRequest) (*commonpb.Status, error)
// LoadSegments notifies QueryNode to load the sealed segments from storage. The load tasks are sync to this
// rpc, QueryNode will return after all the sealed segments are loaded.