[skip ci]Fix golint for chooseSegmentToBalance (#13303)

Signed-off-by: xige-16 <xi.ge@zilliz.com>
pull/13470/head
xige-16 2021-12-15 22:19:10 +08:00 committed by GitHub
parent 1a0449f4f9
commit b404138ba7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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