milvus/internal/querycoordv2
wei liu 3dd3749f0b
enhance: Avoid unnecesary syncTargetVersion func call after querycoord recover (#34954)
before querycoord stop gracefully, we will save the current target to
meta store and recover it after querycoord start up, to speed the
querycoord's recovery time. but the target version hasn't been recovered
as expected, and it use latest timestamp as current target's version,
which has no effect to querycoord but an unnecessary syncTargetVersion
func call.

This PR recover the correct target version to avoid unnecessary
syncTargetVersion func call

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
2024-08-02 14:46:13 +08:00
..
balance fix: Set legacy level to l0 segment after qc restart (#35197) 2024-08-02 10:18:13 +08:00
checkers enhance: Limit collection's normal balance speed (#34810) 2024-07-24 19:11:44 +08:00
dist fix: Set legacy level to l0 segment after qc restart (#35197) 2024-08-02 10:18:13 +08:00
job enhance: move rocksmq from internal to pkg module (#33881) 2024-06-25 21:18:15 +08:00
meta enhance: Avoid unnecesary syncTargetVersion func call after querycoord recover (#34954) 2024-08-02 14:46:13 +08:00
mocks enhance:Refactor hybrid search (#32020) 2024-04-09 14:21:18 +08:00
observers fix: Check partition in current target when observing partition load status (#34282) 2024-07-01 17:40:07 +08:00
params
session enhance: Update protobuf-go to protobuf-go v2 (#34394) 2024-07-29 11:31:51 +08:00
task enhance: Avoid assign too much segment/channels to new querynode (#34096) 2024-06-27 19:06:05 +08:00
utils enhance: Update protobuf-go to protobuf-go v2 (#34394) 2024-07-29 11:31:51 +08:00
api_testonly.go test: support segment release in integration test (#31190) 2024-04-09 11:39:17 +08:00
handlers.go fix: Avoid segment lack caused by deduplicate segment task (#34782) 2024-07-22 16:35:43 +08:00
ops_service_test.go enhance: Avoid assign too much segment/channels to new querynode (#34096) 2024-06-27 19:06:05 +08:00
ops_services.go enhance: Avoid balance stuck after segment list become stable (#34728) 2024-07-31 18:09:48 +08:00
OWNERS
server_test.go enhance: Enable database level replica num and resource groups for loading collection (#33052) 2024-05-29 10:59:43 +08:00
server.go enhance: move rocksmq from internal to pkg module (#33881) 2024-06-25 21:18:15 +08:00
services_test.go enhance: Avoid assign too much segment/channels to new querynode (#34096) 2024-06-27 19:06:05 +08:00
services.go enhance: Enable setting the replica number and resource group during collection creation (#34403) 2024-07-10 10:20:13 +08:00