milvus/pkg/mq/msgstream
yihao.dai c917fe4782
fix: Fix failed to seek to earliest position (#39965)
If it is the earliest message ID, skip the seek to prevent failure.

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

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2025-02-19 00:30:51 +08:00
..
mqwrapper fix: Fix failed to seek to earliest position (#39965) 2025-02-19 00:30:51 +08:00
OWNERS Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
common_mq_factory.go enhance: add intent ctx to rootcoord init (#38439) 2024-12-31 18:22:53 +08:00
factory_stream_test.go enhance: unmashall ts msg in dispatcher instead in msgstream (#38656) 2025-02-14 12:04:13 +08:00
factory_test.go Add timeout in dispatcher, AsConsumer and Seek (#26686) 2023-09-08 09:51:17 +08:00
mock_mq_factory.go Add timeout in dispatcher, AsConsumer and Seek (#26686) 2023-09-08 09:51:17 +08:00
mock_msgstream.go enhance: unmashall ts msg in dispatcher instead in msgstream (#38656) 2025-02-14 12:04:13 +08:00
mock_msgstream_factory.go fix: fix `make generate-mockery` panic with go1.22 (#36830) 2024-10-17 12:11:31 +08:00
mq_factory.go enhance: move rocksmq from internal to pkg module (#33881) 2024-06-25 21:18:15 +08:00
mq_factory_test.go enhance: move rocksmq from internal to pkg module (#33881) 2024-06-25 21:18:15 +08:00
mq_kafka_msgstream_test.go enhance: unmashall ts msg in dispatcher instead in msgstream (#38656) 2025-02-14 12:04:13 +08:00
mq_msgstream.go enhance: unmashall ts msg in dispatcher instead in msgstream (#38656) 2025-02-14 12:04:13 +08:00
mq_msgstream_test.go enhance: unmashall ts msg in dispatcher instead in msgstream (#38656) 2025-02-14 12:04:13 +08:00
mq_rocksmq_msgstream_test.go enhance: unmashall ts msg in dispatcher instead in msgstream (#38656) 2025-02-14 12:04:13 +08:00
msg.go enhance: unmashall ts msg in dispatcher instead in msgstream (#38656) 2025-02-14 12:04:13 +08:00
msg_for_collection.go enhance: Enable linux code checker (#35084) 2024-07-30 15:53:51 +08:00
msg_for_collection_test.go enhance: Enable linux code checker (#35084) 2024-07-30 15:53:51 +08:00
msg_for_database.go feat: add the rbac msg and send them to the replicate channel (#35392) 2024-08-15 12:06:52 +08:00
msg_for_database_test.go feat: add the rbac msg and send them to the replicate channel (#35392) 2024-08-15 12:06:52 +08:00
msg_for_import.go feat: support to replicate import msg (#39171) 2025-02-16 00:08:13 +08:00
msg_for_import_test.go feat: support to replicate import msg (#39171) 2025-02-16 00:08:13 +08:00
msg_for_index.go enhance: Enable linux code checker (#35084) 2024-07-30 15:53:51 +08:00
msg_for_index_test.go feat: support to replicate import msg (#39171) 2025-02-16 00:08:13 +08:00
msg_for_partition.go enhance: Enable linux code checker (#35084) 2024-07-30 15:53:51 +08:00
msg_for_partition_test.go enhance: Enable linux code checker (#35084) 2024-07-30 15:53:51 +08:00
msg_for_replicate.go feat: support to replicate collection when the services contains the system tt msg (#37559) 2024-12-17 09:08:46 +08:00
msg_for_replicate_test.go feat: support to replicate import msg (#39171) 2025-02-16 00:08:13 +08:00
msg_for_user_role.go feat: add the rbac msg and send them to the replicate channel (#35392) 2024-08-15 12:06:52 +08:00
msg_for_user_role_test.go feat: add the rbac msg and send them to the replicate channel (#35392) 2024-08-15 12:06:52 +08:00
msg_test.go enhance: Enable linux code checker (#35084) 2024-07-30 15:53:51 +08:00
msgstream.go enhance: unmashall ts msg in dispatcher instead in msgstream (#38656) 2025-02-14 12:04:13 +08:00
msgstream_util.go enhance: unmashall ts msg in dispatcher instead in msgstream (#38656) 2025-02-14 12:04:13 +08:00
msgstream_util_test.go feat: support to replicate collection when the services contains the system tt msg (#37559) 2024-12-17 09:08:46 +08:00
repack_func.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
stream_bench_test.go enhance: refine pular related mq interfaces (#38007) 2024-12-04 20:50:39 +08:00
stream_test.go enhance: refine pular related mq interfaces (#38007) 2024-12-04 20:50:39 +08:00
trace.go enhance: unmashall ts msg in dispatcher instead in msgstream (#38656) 2025-02-14 12:04:13 +08:00
unmarshal.go feat: support to replicate import msg (#39171) 2025-02-16 00:08:13 +08:00
unmarshal_test.go enhance: Enable linux code checker (#35084) 2024-07-30 15:53:51 +08:00
wasted_mock_msgstream.go enhance: unmashall ts msg in dispatcher instead in msgstream (#38656) 2025-02-14 12:04:13 +08:00