milvus/internal/querycoordv2
wei liu d48c690cb3
enhance: Avoid unnecesary syncTargetVersion func call after querycoord recover (#34954) (#35234)
pr: #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-05 10:18:16 +08:00
..
balance fix: Set legacy level to l0 segment after qc restart (#35197) (#35211) 2024-08-02 18:22:15 +08:00
checkers enhance: add log for partition stats(#30376) (#35220) 2024-08-02 19:34:21 +08:00
dist fix: Set legacy level to l0 segment after qc restart (#35197) (#35211) 2024-08-02 18:22:15 +08:00
job fix: [cherry-pick] Maintain load idempotency even when building new indexes (#35179) 2024-08-02 17:28:15 +08:00
meta enhance: Avoid unnecesary syncTargetVersion func call after querycoord recover (#34954) (#35234) 2024-08-05 10:18:16 +08:00
mocks enhance:Refactor hybrid search (#32020) 2024-04-09 14:21:18 +08:00
observers fix: [2.4] Check partition in current target when observing partition load status (#34282) (#34305) 2024-07-02 15:48:10 +08:00
params Moving etcd client into session (#27069) 2023-10-27 07:36:12 +08:00
session enhance: [2.4] Add Segment Level in milvus segment info APIs (#34763) (#35023) 2024-07-29 10:11:52 +08:00
task fix: [Cherry-pick]Pick major compaction fixs and optimizations (#34360) 2024-07-03 09:53:37 +08:00
utils enhance: [2.4] Add Segment Level in milvus segment info APIs (#34763) (#35023) 2024-07-29 10:11:52 +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) (#34903) 2024-07-23 11:06:15 +08:00
ops_service_test.go enhance: Avoid assign too much segment/channels to new querynode (#34096) (#34245) 2024-07-01 10:32:06 +08:00
ops_services.go fix: query node may stuck at stopping progress (#33104) (#33154) 2024-05-20 15:01:43 +08:00
OWNERS
server_test.go enhance: Enable database level replica num and resource groups for loading collection (#33052) (#33981) 2024-06-21 16:56:02 +08:00
server.go enhance: move rocksmq from internal to pkg (#34165) 2024-06-26 13:36:05 +08:00
services_test.go fix: check collection health(queryable) fail for releasing collection (#34948) 2024-07-25 10:25:57 +08:00
services.go enhance: improve check health (#34265) 2024-07-01 10:18:07 +08:00