From 1b50695a40f4b0794045633394cb30dbe22f8024 Mon Sep 17 00:00:00 2001 From: xige-16 Date: Sat, 16 Oct 2021 21:43:32 +0800 Subject: [PATCH] [skip ci] Add comment for ReleaseCollectionTask (#10026) 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 9ec4bf6cf9..667d1ff396 100644 --- a/internal/querycoord/task.go +++ b/internal/querycoord/task.go @@ -485,6 +485,7 @@ func (lct *LoadCollectionTask) rollBack(ctx context.Context) []task { return resultTasks } +// ReleaseCollectionTask will release all the data of this collection on query nodes type ReleaseCollectionTask struct { *BaseTask *querypb.ReleaseCollectionRequest