未验证 提交 f8b85c46 编写于 作者: E edward.zeng 提交者: GitHub

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

Signed-off-by: NEdward Zeng <jie.zeng@zilliz.com>
上级 dec2eba6
......@@ -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})
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册