From ea11f7cc2cf5e6ad3d17ec3f41847ee6a726d573 Mon Sep 17 00:00:00 2001 From: xige-16 Date: Fri, 1 Oct 2021 12:11:47 +0800 Subject: [PATCH] [skip ci] Add comment for createQueryChannel (#8995) Signed-off-by: xige-16 --- internal/querycoord/impl.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/querycoord/impl.go b/internal/querycoord/impl.go index e03935c281..af2a986fd1 100644 --- a/internal/querycoord/impl.go +++ b/internal/querycoord/impl.go @@ -421,6 +421,7 @@ func (qc *QueryCoord) ReleasePartitions(ctx context.Context, req *querypb.Releas return status, nil } +// CreateQueryChannel assigns unique querychannel and resultchannel to the specified collecion func (qc *QueryCoord) CreateQueryChannel(ctx context.Context, req *querypb.CreateQueryChannelRequest) (*querypb.CreateQueryChannelResponse, error) { status := &commonpb.Status{ ErrorCode: commonpb.ErrorCode_Success,