mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Fix 2.2.2 possible broken channel cp (#22205)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
This commit is contained in:
parent
c54de88e2b
commit
fef12b53ef
@ -126,6 +126,8 @@ func (m *meta) reloadFromKV() error {
|
||||
return err
|
||||
}
|
||||
for vChannel, pos := range channelCPs {
|
||||
// for 2.2.2 issue https://github.com/milvus-io/milvus/issues/22181
|
||||
pos.ChannelName = vChannel
|
||||
m.channelCPs[vChannel] = pos
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user