mirror of https://github.com/milvus-io/milvus.git
[skip ci]Add comment for stopNode (#12574)
Signed-off-by: xige-16 <xi.ge@zilliz.com>pull/12576/head
parent
d9af522af5
commit
e6d9be3dfa
|
@ -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))
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue