milvus/internal
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
..
allocator Remove deprecated io/ioutil usage (#27747) 2023-10-17 20:32:09 +08:00
core enhance: reduce 1x copy for variable length field while retrieving (#28345) 2023-11-15 18:08:20 +08:00
datacoord Fix compaction unable to notify datanode (#28409) 2023-11-14 16:38:18 +08:00
datanode enhance: Remove commented code and fix naming issue (#28450) 2023-11-16 00:22:20 +08:00
distributed Enable getting multiple segments in plan result (#28350) 2023-11-14 15:56:19 +08:00
http enhance: remove legacy error related code (#28385) 2023-11-14 15:02:18 +08:00
indexnode Fix getting incorrect CPU num (#28146) 2023-11-06 06:02:16 +08:00
kv Fix datacoord start timeout (#28026) 2023-10-31 10:04:12 +08:00
metastore Adjust datacoord for L0 Delta (#28021) 2023-11-06 15:26:16 +08:00
mocks Support to replicate the mq message (#27240) 2023-10-20 14:26:09 +08:00
mq Fix getting incorrect CPU num (#28146) 2023-11-06 06:02:16 +08:00
parser/planparserv2 Construct plan directly when search with vector output (#27928) 2023-10-26 19:30:10 +08:00
proto Enable getting multiple segments in plan result (#28350) 2023-11-14 15:56:19 +08:00
proxy Hide the password info when failing to authorize (#28428) 2023-11-15 14:40:26 +08:00
querycoordv2 fix: make qcv2 observer dispatcher execute exactly once (#28472) 2023-11-16 10:24:19 +08:00
querynodev2 support skip-index based on chunk-metrics to accelerate expr filter(#27925) (#28297) 2023-11-15 11:20:19 +08:00
registry Add querynode client wrapper and avoid grpc in standalone mode (#27781) 2023-10-19 11:10:07 +08:00
rootcoord Fix confusing quota log (#28262) 2023-11-13 15:38:18 +08:00
storage Update arrow version to v12 (#28425) 2023-11-15 10:36:19 +08:00
tso Format the code (#27275) 2023-09-21 09:45:27 +08:00
types Decoupling client and server API in types interface (#27186) 2023-09-26 09:57:25 +08:00
util Enable getting multiple segments in plan result (#28350) 2023-11-14 15:56:19 +08:00