milvus/internal/datanode/channel
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
..
channel_manager_test.go enhance: import supports null in parquet and json formats (#35558) 2024-08-20 16:50:55 +08:00
channel_manager.go fix: watch channel stuck due to misuse of timer.Reset (#37433) 2024-11-07 14:34:24 +08:00
mock_channelmanager.go enhance: make subfunctions of datanode component modular (#33992) 2024-07-01 14:46:07 +08:00