milvus/internal/querycoordv2
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
..
balance Change task sourceID to stringer interface (#27965) 2023-10-27 01:08:12 +08:00
checkers fix load index for stopping node (#28047) 2023-11-03 07:58:18 +08:00
dist refine target manager code style (#27883) 2023-10-25 00:44:12 +08:00
job Fix the target updated before version updated to cause data missing (#28250) 2023-11-08 11:36:22 +08:00
meta Support collection-level mmap control (#26901) 2023-11-02 23:52:16 +08:00
mocks Moving etcd client into session (#27069) 2023-10-27 07:36:12 +08:00
observers fix: make qcv2 observer dispatcher execute exactly once (#28472) 2023-11-16 10:24:19 +08:00
params Moving etcd client into session (#27069) 2023-10-27 07:36:12 +08:00
session Refine state check (#27541) 2023-10-11 21:01:35 +08:00
task enhance: modify log to avoid ambiguity and improve readability (#28331) 2023-11-10 14:32:20 +08:00
utils Format the code (#27275) 2023-09-21 09:45:27 +08:00
OWNERS Add QueryCoord OWNERS file (#21552) 2023-01-10 16:15:37 +08:00
handlers.go disable auto balance when old node exists (#28191) 2023-11-07 14:02:20 +08:00
server.go fix unstable auto balance config ut (#28288) 2023-11-09 10:00:22 +08:00
server_test.go fix datacoord unstable ut (#28281) 2023-11-08 18:43:31 +08:00
services.go refine target manager code style (#27883) 2023-10-25 00:44:12 +08:00
services_test.go Fix the target updated before version updated to cause data missing (#28250) 2023-11-08 11:36:22 +08:00