milvus/pkg/mq
wei liu 00f6d0ec51
fix: watch channel stuck due to misuse of timer.Reset (#37433)
issue: #37166
cause the misuse of timer.Reset, which cause dispatcher failed to send
msg to virtual channel buffer, and dispatcher do splitting again and
again, which hold the dispatcher manager's lock, block watching channel
progress.

This PR fix the misuse of timer.Reset

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
2024-11-07 14:34:24 +08:00
..
common fix: fix make generate-mockery panic with go1.22 (#36830) 2024-10-17 12:11:31 +08:00
mqimpl/rocksmq fix: rocksmq consume too slow when the channel is full (#36617) 2024-10-09 11:59:31 +08:00
msgdispatcher fix: watch channel stuck due to misuse of timer.Reset (#37433) 2024-11-07 14:34:24 +08:00
msgstream feat: management WebUI homepage (#36822) 2024-10-23 11:29:28 +08:00