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,