mirror of https://github.com/milvus-io/milvus.git
[skip ci] Refine datacoord channel manager comment (#12989)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/12999/head
parent
ed0e6f72f3
commit
2e84eef229
|
@ -221,7 +221,7 @@ func (c *ChannelManager) AddNode(nodeID int64) error {
|
|||
return c.store.Update(updates)
|
||||
}
|
||||
|
||||
// DeleteNode delete the node whose id is nodeID
|
||||
// DeleteNode deletes the node from the cluster
|
||||
func (c *ChannelManager) DeleteNode(nodeID int64) error {
|
||||
c.mu.Lock()
|
||||
defer c.mu.Unlock()
|
||||
|
|
Loading…
Reference in New Issue