milvus/internal/querycoordv2/dist
wei liu 6275c75013
fix: Watch channel task may stuck forever until qn become offline (#33394)
issue: #32901
pr #32814 introduce the compatible issue, when upgrade to milvus latest,
the query coord may skip update dist due to the lastModifyTs doesn't
changes. but for old version querynode, the lastModifyTs in
GetDataDistritbuionResponse is always 0, which makes qc skip update
dist. then qc will keep retry the task to watch channel again and again.

this PR add compatible with old version querynode, when lastModifyTs is
0, qc will update it's data distribution.

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
2024-05-27 15:01:42 +08:00
..
OWNERS Add OWNERS files for querycoordv2 sub pkgs (#23489) 2023-04-18 15:52:30 +08:00
dist_controller.go Refine QueryCoord stopping (#27371) 2023-09-27 16:27:27 +08:00
dist_controller_test.go enhance: Skip return data distribution if no change happen (#32814) 2024-05-17 10:11:37 +08:00
dist_handler.go fix: Watch channel task may stuck forever until qn become offline (#33394) 2024-05-27 15:01:42 +08:00
dist_handler_test.go enhance: Skip return data distribution if no change happen (#32814) 2024-05-17 10:11:37 +08:00
mock_controller.go Remove parser dependency (#27514) 2023-10-08 15:05:31 +08:00