mirror of https://github.com/milvus-io/milvus.git
Fix query coord panic when handoff (#11962)
Signed-off-by: xige-16 <xi.ge@zilliz.com>pull/11975/head
parent
f654621650
commit
53012efbe4
|
@ -79,6 +79,7 @@ func newIndexChecker(ctx context.Context,
|
|||
|
||||
meta: meta,
|
||||
scheduler: scheduler,
|
||||
cluster: cluster,
|
||||
|
||||
rootCoord: root,
|
||||
indexCoord: index,
|
||||
|
|
Loading…
Reference in New Issue