mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
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…
x
Reference in New Issue
Block a user