diff --git a/internal/querycoord/cluster.go b/internal/querycoord/cluster.go index d56dc67385..d5c060e044 100644 --- a/internal/querycoord/cluster.go +++ b/internal/querycoord/cluster.go @@ -661,7 +661,7 @@ func (c *queryNodeCluster) stopNode(nodeID int64) { if node, ok := c.nodes[nodeID]; ok { node.stop() - log.Debug("StopNode: queryNode offline", zap.Int64("nodeID", nodeID)) + log.Debug("stopNode: queryNode offline", zap.Int64("nodeID", nodeID)) } }