mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Fix a typo (#10106)
Signed-off-by: yhmo <yihua.mo@zilliz.com>
This commit is contained in:
parent
eaf354144b
commit
07599e6a35
@ -209,7 +209,7 @@ func (c *ChannelManager) DeleteNode(nodeID int64) error {
|
||||
return err
|
||||
}
|
||||
|
||||
// Watch try to add the chanel to cluster. If the channel already exists, do nothing
|
||||
// Watch try to add the channel to cluster. If the channel already exists, do nothing
|
||||
func (c *ChannelManager) Watch(ch *channel) error {
|
||||
c.mu.Lock()
|
||||
defer c.mu.Unlock()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user