From 59764d17bfabad715464b418ea23d6d77aeff930 Mon Sep 17 00:00:00 2001 From: xige-16 Date: Sat, 16 Oct 2021 21:55:24 +0800 Subject: [PATCH] [skip ci] Add comment for ReleasePartitionTask (#10027) 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 667d1ff396..a0c4ebb4c6 100644 --- a/internal/querycoord/task.go +++ b/internal/querycoord/task.go @@ -823,6 +823,7 @@ func (lpt *LoadPartitionTask) rollBack(ctx context.Context) []task { return resultTasks } +// ReleasePartitionTask will release all the data of this partition on query nodes type ReleasePartitionTask struct { *BaseTask *querypb.ReleasePartitionsRequest