milvus/internal/querycoordv2/job
wei liu 3cd0b26285
enhance: Enable dynamic update loaded collection's replica (#35822)
issue: #35821
After collection loaded, if we need to increase/decrease collection's
replica, we need to release and load it again.

milvus offers 4 solution to update loaded collection's replica, this PR
aims to dynamic change the replica number without release, and after
replica number changed, milvus will execute load replica or release
replica in async, and the replica loaded status can be checked by
getReplicas API.

Notice that if set too much replicas than querynode can afford,the new
replica won't be loaded successfully until enough querynode joins.

---------

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
2024-09-25 10:13:18 +08:00
..
job_load.go enhance: Enable dynamic update loaded collection's replica (#35822) 2024-09-25 10:13:18 +08:00
job_release.go fix: Fix dynamic release partition may fail search/query request (#35919) 2024-09-05 18:47:03 +08:00
job_sync.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
job_test.go enhance: Check load fields for previous loaded collection (#35905) 2024-09-02 18:39:03 +08:00
job_update.go enhance: Enable dynamic update loaded collection's replica (#35822) 2024-09-25 10:13:18 +08:00
job.go Dynamic load/release partitions (#22655) 2023-03-20 14:55:57 +08:00
OWNERS Add OWNERS files for querycoordv2 sub pkgs (#23489) 2023-04-18 15:52:30 +08:00
scheduler.go Refine QueryCoord stopping (#27371) 2023-09-27 16:27:27 +08:00
undo.go fix: Fix dynamic release partition may fail search/query request (#35919) 2024-09-05 18:47:03 +08:00
utils.go enhance: reduce the cpu usage when collection number is high (#32245) 2024-04-26 11:49:25 +08:00