mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 20:09:57 +08:00
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:
parent
261b61e875
commit
f5a0353fd1
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user