mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci]Fix datanode typo error (#10880)
Signed-off-by: godchen <qingxiang.chen@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user