milvus/internal/querycoordv2/observers
yah01 13beb5ccc0
fix: load gets stuck probably (#29191)
we found the load got stuck probably, and reviewed the logs.

the target observer seems not working, the reason is the taskDispatcher
removes the task in a goroutine, and modifies the task status after
committing the task into the goroutine pool, but this may happen after
the task removed, which leads to the task will never be removed

related #29086

Signed-off-by: yah01 <yang.cen@zilliz.com>
2023-12-14 18:28:38 +08:00
..
collection_observer_test.go Fix the target updated before version updated to cause data missing (#28250) 2023-11-08 11:36:22 +08:00
collection_observer.go Fix the target updated before version updated to cause data missing (#28250) 2023-11-08 11:36:22 +08:00
leader_observer_test.go fix: may miss stream delta while loading (#28871) 2023-12-05 17:34:45 +08:00
leader_observer.go fix: may miss stream delta while loading (#28871) 2023-12-05 17:34:45 +08:00
OWNERS Add OWNERS files for querycoordv2 sub pkgs (#23489) 2023-04-18 15:52:30 +08:00
replica_observer_test.go Refine QueryCoord stopping (#27371) 2023-09-27 16:27:27 +08:00
replica_observer.go Refine QueryCoord stopping (#27371) 2023-09-27 16:27:27 +08:00
resource_observer_test.go Refine QueryCoord stopping (#27371) 2023-09-27 16:27:27 +08:00
resource_observer.go Refine QueryCoord stopping (#27371) 2023-09-27 16:27:27 +08:00
target_observer_test.go fix: sync action load segment with lack collection index info list (#28788) 2023-12-04 18:14:34 +08:00
target_observer.go enhance: add more logs for target updating (#29090) 2023-12-12 14:06:43 +08:00
task_dispatcher_test.go fix: make qcv2 observer dispatcher execute exactly once (#28472) 2023-11-16 10:24:19 +08:00
task_dispatcher.go fix: load gets stuck probably (#29191) 2023-12-14 18:28:38 +08:00