mirror of https://github.com/milvus-io/milvus.git
[skip ci] Fix golint for loadBalanceSegmentLoop (#13548)
Signed-off-by: xige-16 <xi.ge@zilliz.com>pull/13552/head
parent
8f0b3ccd08
commit
8259f81ae6
|
@ -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")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue