mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 04:49:08 +08:00
3af0d91f80
Converting the same msgposition's vchannel to a pchannel multiple times would result in an invalid pchannel, leading to seek failure and panic. This PR: 1. Make a copy of msgposition in msgdispatcher. 2. Check if channel is already a pchannel, no further channel conversion is performed. issue: https://github.com/milvus-io/milvus/issues/34221 pr: https://github.com/milvus-io/milvus/pull/34229 --------- Signed-off-by: bigsheeper <yihao.dai@zilliz.com> |
||
---|---|---|
.. | ||
common | ||
mqimpl/rocksmq | ||
msgdispatcher | ||
msgstream |