From ad2cfdd99f88ca249d74fa6fc6456e02f4a0c24a Mon Sep 17 00:00:00 2001 From: godchen Date: Fri, 29 Oct 2021 13:04:04 +0800 Subject: [PATCH] [skip ci]Fix datanode typo error (#10880) Signed-off-by: godchen --- internal/datacoord/channel_manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/datacoord/channel_manager.go b/internal/datacoord/channel_manager.go index ad731bfc4e..e00b66b085 100644 --- a/internal/datacoord/channel_manager.go +++ b/internal/datacoord/channel_manager.go @@ -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))