mirror of https://github.com/milvus-io/milvus.git
[skip ci] Refine datacoord cluster comment (#13408)
Signed-off-by: Edward Zeng <jie.zeng@zilliz.com>pull/13428/head
parent
dec2eba610
commit
f8b85c4646
|
@ -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})
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue