[skip ci] Refine datacoord cluster comment (#13408)

Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>
pull/13428/head
edward.zeng 2021-12-15 11:58:31 +08:00 committed by GitHub
parent dec2eba610
commit f8b85c4646
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -65,7 +65,7 @@ func (c *Cluster) UnRegister(node *NodeInfo) error {
return c.channelManager.DeleteNode(node.NodeID)
}
// Watch try to add a channel in datanode cluster
// Watch tries to add a channel in datanode cluster
func (c *Cluster) Watch(ch string, collectionID UniqueID) error {
return c.channelManager.Watch(&channel{Name: ch, CollectionID: collectionID})
}