mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Add comment for stopNode (#12574)
Signed-off-by: xige-16 <xi.ge@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user