[skip ci]Fix datanode typo error (#10880)

Signed-off-by: godchen <qingxiang.chen@zilliz.com>
pull/10913/head
godchen 2021-10-29 13:04:04 +08:00 committed by GitHub
parent 6d54bb20a7
commit ad2cfdd99f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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))