mirror of https://github.com/milvus-io/milvus.git
[skip ci]Fix datanode typo error (#10880)
Signed-off-by: godchen <qingxiang.chen@zilliz.com>pull/10913/head
parent
6d54bb20a7
commit
ad2cfdd99f
|
@ -85,7 +85,7 @@ func NewChannelManager(kv kv.TxnKV, posProvider positionProvider, options ...Cha
|
|||
return c, nil
|
||||
}
|
||||
|
||||
// Startup adjust the channel store according to current cluster states
|
||||
// Startup adjusts the channel store according to current cluster states
|
||||
func (c *ChannelManager) Startup(nodes []int64) error {
|
||||
channels := c.store.GetNodesChannels()
|
||||
olds := make([]int64, 0, len(channels))
|
||||
|
|
Loading…
Reference in New Issue