milvus/internal/querycoordv2/utils
wei liu 266f8ef1f5
fix: Search may return less result after qn recover (#36549)
issue: #36293 #36242
after qn recover, delegator may be loaded in new node, after all segment
has been loaded, delegator becomes serviceable. but delegator's target
version hasn't been synced, and if search/query comes, delegator will
use wrong target version to filter out a empty segment list, which
caused empty search result.

This pr will block delegator's serviceable status until target version
is synced

---------

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
2024-11-12 16:34:28 +08:00
..
OWNERS Add OWNERS files for querycoordv2 sub pkgs (#23489) 2023-04-18 15:52:30 +08:00
checker.go enhance: Add restful api for devops to execute rolling upgrade (#29998) 2024-03-27 16:15:19 +08:00
meta.go enhance: Enable dynamic update loaded collection's replica (#35822) 2024-09-25 10:13:18 +08:00
meta_test.go enhance: Add context trace for querycoord queryable check (#37524) 2024-11-08 14:00:26 +08:00
test.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
types.go feat: support load and query with bm25 metric (#36071) 2024-10-11 10:23:20 +08:00
types_test.go enhance: Update protobuf-go to protobuf-go v2 (#34394) 2024-07-29 11:31:51 +08:00
util.go fix: Search may return less result after qn recover (#36549) 2024-11-12 16:34:28 +08:00
util_test.go fix: Search may return less result after qn recover (#36549) 2024-11-12 16:34:28 +08:00