[skip ci] Refine datacoord channel manager comment (#12989)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/12999/head
edward.zeng 2021-12-08 17:53:22 +08:00 committed by GitHub
parent ed0e6f72f3
commit 2e84eef229
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()