milvus/internal/querycoordv2
congqixia 93a877f55e
Make qcv2 target&leader observer execute in parallel (#27844)
- Add `taskDispatcher` to submit and run task async safely
- Change `LeaderObeserver` and `TargetObserver` schedule and manual check action to submitting task into dispatcher
- Fix logic problem in collection observer when manual check return false

See also #27494

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2023-10-24 10:14:11 +08:00
..
balance Remove parser dependency (#27514) 2023-10-08 15:05:31 +08:00
checkers Schedule loading L0 segments first (#27593) 2023-10-19 11:14:06 +08:00
dist Refine state check (#27541) 2023-10-11 21:01:35 +08:00
job Refine state check (#27541) 2023-10-11 21:01:35 +08:00
meta Reduce rpc size for GetRecoveryInfoV2 (#27483) 2023-10-23 21:44:09 +08:00
mocks Refine state check (#27541) 2023-10-11 21:01:35 +08:00
observers Make qcv2 target&leader observer execute in parallel (#27844) 2023-10-24 10:14:11 +08:00
params Format the code (#27275) 2023-09-21 09:45:27 +08:00
session Refine state check (#27541) 2023-10-11 21:01:35 +08:00
task Refine state check (#27541) 2023-10-11 21:01:35 +08:00
utils Format the code (#27275) 2023-09-21 09:45:27 +08:00
handlers.go Rectify wrong exception messages associated with Array datatype (#27769) 2023-10-19 17:24:07 +08:00
OWNERS Add QueryCoord OWNERS file (#21552) 2023-01-10 16:15:37 +08:00
server_test.go Refine state check (#27541) 2023-10-11 21:01:35 +08:00
server.go Add a stop hook to clean session (#27564) 2023-10-16 10:24:10 +08:00
services_test.go Refine state check (#27541) 2023-10-11 21:01:35 +08:00
services.go Expose metrics of stanby coordinators (#27698) 2023-10-16 15:04:09 +08:00