From 53012efbe4f982ca177fa1f73a7f8c573c014c7e Mon Sep 17 00:00:00 2001 From: xige-16 Date: Wed, 17 Nov 2021 12:27:10 +0800 Subject: [PATCH] Fix query coord panic when handoff (#11962) Signed-off-by: xige-16 --- internal/querycoord/index_checker.go | 1 + 1 file changed, 1 insertion(+) diff --git a/internal/querycoord/index_checker.go b/internal/querycoord/index_checker.go index 9af522834a..47005bde7f 100644 --- a/internal/querycoord/index_checker.go +++ b/internal/querycoord/index_checker.go @@ -79,6 +79,7 @@ func newIndexChecker(ctx context.Context, meta: meta, scheduler: scheduler, + cluster: cluster, rootCoord: root, indexCoord: index,