mirror of https://github.com/milvus-io/milvus.git
Fix 2.2.2 possible broken channel cp (#22205)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>pull/22232/head
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…
Reference in New Issue