milvus/internal/querycoordv2/utils
yah01 fab52d167b
fix: may miss stream delta while loading (#28871)
we consume the delta data from the lastest channel checkpoint while
loading segment,

this works well without level 0 segments, but now it may lead to miss
some delta data,

so we have to consume from the current target's channel checkpoint

related: #27349

---------

Signed-off-by: yah01 <yah2er0ne@outlook.com>
2023-12-05 17:34:45 +08:00
..
checker.go Move some modules from internal to public package (#22572) 2023-04-06 19:14:32 +08:00
meta_test.go Decouple basetable and componentparam (#26725) 2023-09-05 10:31:48 +08:00
meta.go Refactor log for Query (#26310) 2023-08-14 18:57:32 +08:00
OWNERS Add OWNERS files for querycoordv2 sub pkgs (#23489) 2023-04-18 15:52:30 +08:00
test.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
types_test.go fix: may miss stream delta while loading (#28871) 2023-12-05 17:34:45 +08:00
types.go fix: may miss stream delta while loading (#28871) 2023-12-05 17:34:45 +08:00