milvus/pkg/mq
yihao.dai cbba5481f8
fix: Prevent dispatcher merging if curTs is 0 (#34562) (#34563)
When the main dispatcher has not yet consumed data, curTs is 0. During
this time, merging dispatchers should not be allowed; otherwise, the
data of the solo dispatcher will be skipped.

issue: https://github.com/milvus-io/milvus/issues/34255

pr: https://github.com/milvus-io/milvus/pull/34562

---------

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2024-07-10 22:46:51 +08:00
..
common enhance: move rocksmq from internal to pkg (#34165) 2024-06-26 13:36:05 +08:00
mqimpl/rocksmq enhance: improve check health (#34265) 2024-07-01 10:18:07 +08:00
msgdispatcher fix: Prevent dispatcher merging if curTs is 0 (#34562) (#34563) 2024-07-10 22:46:51 +08:00
msgstream enhance: move rocksmq from internal to pkg (#34165) 2024-06-26 13:36:05 +08:00