[skip ci] Fix golint for loadBalanceSegmentLoop (#13548)

Signed-off-by: xige-16 <xi.ge@zilliz.com>
pull/13552/head
xige-16 2021-12-16 22:37:34 +08:00 committed by GitHub
parent 8f0b3ccd08
commit 8259f81ae6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -578,7 +578,7 @@ func (qc *QueryCoord) loadBalanceSegmentLoop() {
} else {
// no enough memory on query nodes to balance, then notify proxy to stop insert
//TODO:: xige-16
log.Error("loadBalanceSegmentLoop: query node has insufficient memory, stop inserting data")
log.Error("loadBalanceSegmentLoop: QueryNode has insufficient memory, stop inserting data")
}
}
}