Fix 2.2.2 possible broken channel cp (#22205)

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
pull/22232/head
congqixia 2023-02-16 16:46:35 +08:00 committed by GitHub
parent c54de88e2b
commit fef12b53ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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
}