From da5195aab86e2daa178ff858ec8de4bf03d1334e Mon Sep 17 00:00:00 2001 From: xige-16 Date: Fri, 15 Oct 2021 20:29:15 +0800 Subject: [PATCH] [skip ci] Add comment for LoadCollectionTask (#9989) Signed-off-by: xige-16 --- internal/querycoord/task.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/querycoord/task.go b/internal/querycoord/task.go index 549aeb8a8c..9ec4bf6cf9 100644 --- a/internal/querycoord/task.go +++ b/internal/querycoord/task.go @@ -238,6 +238,7 @@ func (bt *BaseTask) rollBack(ctx context.Context) []task { } //************************grpcTask***************************// +// LoadCollectionTask will load all the data of this collection to query nodes type LoadCollectionTask struct { *BaseTask *querypb.LoadCollectionRequest