enhance: [2.4] Continue loop when reassign channel fails (#34331) (#34425)

Cherry-pick from master
pr: #34331
Log will be confusing when `Reassign` channel operation failed for both
success & failure log will be printed in row. This PR continue the loop
to avoid this output.

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
congqixia 2024-07-05 11:14:08 +08:00 committed by GitHub
parent 261b61e875
commit f5a0353fd1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -488,6 +488,7 @@ func (m *ChannelManagerImplV2) advanceStandbys(_ context.Context, standbys []*No
zap.Int64("nodeID", nodeAssign.NodeID), zap.Int64("nodeID", nodeAssign.NodeID),
zap.Strings("channels", chNames), zap.Strings("channels", chNames),
) )
continue
} }
log.Info("Reassign standby channels to node", log.Info("Reassign standby channels to node",