milvus/internal/querycoordv2/observers
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
..
OWNERS Add OWNERS files for querycoordv2 sub pkgs (#23489) 2023-04-18 15:52:30 +08:00
collection_observer.go Fix the target updated before version updated to cause data missing (#28250) 2023-11-08 11:36:22 +08:00
collection_observer_test.go Fix the target updated before version updated to cause data missing (#28250) 2023-11-08 11:36:22 +08:00
leader_observer.go fix: may miss stream delta while loading (#28871) 2023-12-05 17:34:45 +08:00
leader_observer_test.go fix: may miss stream delta while loading (#28871) 2023-12-05 17:34:45 +08:00
replica_observer.go Refine QueryCoord stopping (#27371) 2023-09-27 16:27:27 +08:00
replica_observer_test.go Refine QueryCoord stopping (#27371) 2023-09-27 16:27:27 +08:00
resource_observer.go Refine QueryCoord stopping (#27371) 2023-09-27 16:27:27 +08:00
resource_observer_test.go Refine QueryCoord stopping (#27371) 2023-09-27 16:27:27 +08:00
target_observer.go fix: sync action load segment with lack collection index info list (#28788) 2023-12-04 18:14:34 +08:00
target_observer_test.go fix: sync action load segment with lack collection index info list (#28788) 2023-12-04 18:14:34 +08:00
task_dispatcher.go fix: make qcv2 observer dispatcher execute exactly once (#28472) 2023-11-16 10:24:19 +08:00
task_dispatcher_test.go fix: make qcv2 observer dispatcher execute exactly once (#28472) 2023-11-16 10:24:19 +08:00