mirror of https://github.com/milvus-io/milvus.git
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>hotfix-2.2.6
parent
04364129fb
commit
a078e40ff5
|
@ -240,7 +240,7 @@ func (c *ChannelManager) checkOldNodes(nodes []UniqueID) error {
|
|||
|
||||
// unwatchDroppedChannels removes drops channel that are marked to drop.
|
||||
func (c *ChannelManager) unwatchDroppedChannels() {
|
||||
nodeChannels := c.store.GetNodesChannels()
|
||||
nodeChannels := c.store.GetChannels()
|
||||
for _, nodeChannel := range nodeChannels {
|
||||
for _, ch := range nodeChannel.Channels {
|
||||
if !c.h.CheckShouldDropChannel(ch.Name, ch.CollectionID) {
|
||||
|
|
Loading…
Reference in New Issue