milvus/internal/querycoordv2/task
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
..
action.go Implement Stringer for task related enums (#25860) 2023-07-24 13:57:00 +08:00
executor.go fix: may miss stream delta while loading (#28871) 2023-12-05 17:34:45 +08:00
merge_task.go Use go-api/v2 for milvus-proto (#24770) 2023-06-09 01:28:37 +08:00
merger_test.go Change task sourceID to stringer interface (#27965) 2023-10-27 01:08:12 +08:00
merger.go
mock_scheduler.go Remove parser dependency (#27514) 2023-10-08 15:05:31 +08:00
OWNERS
scheduler.go fix: Balance channel may cause channel not availble error (#28829) 2023-12-01 10:08:34 +08:00
task_test.go fix: may miss stream delta while loading (#28871) 2023-12-05 17:34:45 +08:00
task.go enhance: modify log to avoid ambiguity and improve readability (#28331) 2023-11-10 14:32:20 +08:00
utils_test.go Support collection-level mmap control (#26901) 2023-11-02 23:52:16 +08:00
utils.go Support collection-level mmap control (#26901) 2023-11-02 23:52:16 +08:00