milvus/internal/querycoordv2/observers
congqixia 81caf02554
fix: make qcv2 observer dispatcher execute exactly once (#28472)
See also #28466

In `taskDispatcher.schedule`, same task may be resubmitted if the
previous round did not finish
In this case, TaskObserver.check may set current target by mistake,
which may cause the random search/query failure

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2023-11-16 10:24:19 +08:00
..
OWNERS Add OWNERS files for querycoordv2 sub pkgs (#23489) 2023-04-18 15:52:30 +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
collection_observer_test.go Fix the target updated before version updated to cause data missing (#28250) 2023-11-08 11:36:22 +08:00
leader_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 the target updated before version updated to cause data missing (#28250) 2023-11-08 11:36:22 +08:00
replica_observer.go Refine QueryCoord stopping (#27371) 2023-09-27 16:27:27 +08:00
replica_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
resource_observer_test.go Refine QueryCoord stopping (#27371) 2023-09-27 16:27:27 +08:00
target_observer.go Fix passing the wrong dropped list from current target (#28265) 2023-11-08 17:02:18 +08:00
target_observer_test.go Fix the target updated before version updated to cause data missing (#28250) 2023-11-08 11:36:22 +08:00
task_dispatcher.go fix: make qcv2 observer dispatcher execute exactly once (#28472) 2023-11-16 10:24:19 +08:00
task_dispatcher_test.go fix: make qcv2 observer dispatcher execute exactly once (#28472) 2023-11-16 10:24:19 +08:00