mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix golint for chooseSegmentToBalance (#13303)
Signed-off-by: xige-16 <xi.ge@zilliz.com>pull/13470/head
parent
1a0449f4f9
commit
b404138ba7
|
@ -613,7 +613,7 @@ func chooseSegmentToBalance(sourceNodeID int64, dstNodeID int64,
|
|||
}
|
||||
|
||||
if memoryInsufficient {
|
||||
return nil, errors.New("all query nodes has insufficient memory")
|
||||
return nil, errors.New("all QueryNode has insufficient memory")
|
||||
}
|
||||
|
||||
return selectedSegmentInfo, nil
|
||||
|
|
Loading…
Reference in New Issue