milvus/client
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
..
column enhance: [GoSDK] Remove example in main pkg to make ut script work (#37472) 2024-11-07 10:50:25 +08:00
common feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
entity enhance: [GoSDK] Add collection alias & rename API (#36990) 2024-10-21 18:45:33 +08:00
index enhance: add an unify vector index config checker (#36844) 2024-10-28 10:11:37 +08:00
row enhance: [GoSDK] write back auto id value to row based input (#36964) 2024-10-18 11:19:24 +08:00
ruleguard enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00
.golangci.yml enhance: update checker for go version (#33351) 2024-05-24 14:23:40 +08:00
alias_options.go enhance: [GoSDK] Add collection alias & rename API (#36990) 2024-10-21 18:45:33 +08:00
alias_test.go enhance: [GoSDK] Add collection alias & rename API (#36990) 2024-10-21 18:45:33 +08:00
alias.go enhance: [GoSDK] Add collection alias & rename API (#36990) 2024-10-21 18:45:33 +08:00
client_config.go enhance: [GoSDK] Set default max send recv size (#36945) 2024-10-17 14:33:23 +08:00
client_suite_test.go feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
client_test.go enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00
client.go fix: [GoSDK] reset cache after UsingDatabase (#35638) 2024-08-29 19:41:02 +08:00
collection_options.go enhance: [GoSDK] Add alter collection API & expose options (#37365) 2024-11-06 14:36:25 +08:00
collection_test.go enhance: [GoSDK] Add alter collection API & expose options (#37365) 2024-11-06 14:36:25 +08:00
collection.go enhance: [GoSDK] Add alter collection API & expose options (#37365) 2024-11-06 14:36:25 +08:00
common.go fix: [GoSDK] reset cache after UsingDatabase (#35638) 2024-08-29 19:41:02 +08:00
database_options.go enhance: Update latest sdk update to client pkg (#33105) 2024-05-17 10:39:37 +08:00
database_test.go enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00
database.go enhance: Update latest sdk update to client pkg (#33105) 2024-05-17 10:39:37 +08:00
doc.go feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
go.mod enhance: [GoSDK] Sync latest milvus proto and mockery (#35511) 2024-08-19 16:22:55 +08:00
go.sum enhance: [GoSDK] Sync latest milvus proto and mockery (#35511) 2024-08-19 16:22:55 +08:00
index_options.go enhance: Update latest sdk update to client pkg (#33105) 2024-05-17 10:39:37 +08:00
index_test.go enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00
index.go fix: watch channel stuck due to misuse of timer.Reset (#37433) 2024-11-07 14:34:24 +08:00
interceptors_test.go enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00
interceptors.go enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00
maintenance_options.go enhance: [GoSDK] Use variadic params for options (#36912) 2024-10-16 19:33:23 +08:00
maintenance_test.go enhance: [GoSDK] Use variadic params for options (#36912) 2024-10-16 19:33:23 +08:00
maintenance.go fix: watch channel stuck due to misuse of timer.Reset (#37433) 2024-11-07 14:34:24 +08:00
Makefile feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
mock_milvus_server_test.go enhance: [GoSDK] Sync latest milvus proto and mockery (#35511) 2024-08-19 16:22:55 +08:00
OWNERS enhance: Update latest sdk update to client pkg (#33105) 2024-05-17 10:39:37 +08:00
partition_options.go feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
partition_test.go enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00
partition.go enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00
read_options.go enhance: [GoSDK] Add alter collection API & expose options (#37365) 2024-11-06 14:36:25 +08:00
read_test.go enhance: [GoSDK] Add alter collection API & expose options (#37365) 2024-11-06 14:36:25 +08:00
read.go enhance: [GoSDK] Use variadic params for options (#36912) 2024-10-16 19:33:23 +08:00
results_test.go enhance: [GoSDK] support unmarshal result set into orm receiver (#36789) 2024-10-15 10:37:23 +08:00
results.go enhance: [GoSDK] Use variadic params for options (#36912) 2024-10-16 19:33:23 +08:00
write_option_test.go feat: Add milvusclient package and migrate GoSDK (#32907) 2024-05-10 18:01:30 +08:00
write_options.go enhance: [GoSDK] write back auto id value to row based input (#36964) 2024-10-18 11:19:24 +08:00
write_test.go enhance: Add lint rules for client pkg and fix problems (#33180) 2024-05-20 20:47:38 +08:00
write.go enhance: [GoSDK] write back auto id value to row based input (#36964) 2024-10-18 11:19:24 +08:00