未验证 提交 40fab914 编写于 作者: B Bingyi Sun 提交者: GitHub

improve log (#16236)

Signed-off-by: Nsunby <bingyi.sun@zilliz.com>
Co-authored-by: Nsunby <bingyi.sun@zilliz.com>
上级 a0bb758b
...@@ -494,7 +494,7 @@ func (qc *QueryCoord) loadBalanceSegmentLoop() { ...@@ -494,7 +494,7 @@ func (qc *QueryCoord) loadBalanceSegmentLoop() {
case <-timer.C: case <-timer.C:
onlineNodeIDs := qc.cluster.onlineNodeIDs() onlineNodeIDs := qc.cluster.onlineNodeIDs()
if len(onlineNodeIDs) == 0 { if len(onlineNodeIDs) == 0 {
log.Error("loadBalanceSegmentLoop: there are no online QueryNode to balance") log.Error("[auto balance]there is no online QueryNode to do balance")
continue continue
} }
// get mem info of online nodes from cluster // get mem info of online nodes from cluster
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册