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

Signed-off-by: ruiyi.jiang <ruiyi.jiang@zilliz.com>
pull/11395/head
ryjiang 2021-11-08 09:33:09 +08:00 committed by GitHub
parent 7c6ec6fec1
commit e824ca082c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -249,6 +249,7 @@ type QueryNode interface {
LoadSegments(ctx context.Context, req *querypb.LoadSegmentsRequest) (*commonpb.Status, error)
// ReleaseCollection notifies Proxy to release a collection's data
ReleaseCollection(ctx context.Context, req *querypb.ReleaseCollectionRequest) (*commonpb.Status, error)
// ReleasePartitions notifies Proxy to release partitions' data
ReleasePartitions(ctx context.Context, req *querypb.ReleasePartitionsRequest) (*commonpb.Status, error)
ReleaseSegments(ctx context.Context, req *querypb.ReleaseSegmentsRequest) (*commonpb.Status, error)
GetSegmentInfo(ctx context.Context, req *querypb.GetSegmentInfoRequest) (*querypb.GetSegmentInfoResponse, error)