milvus/internal/querycoordv2/job
wei liu 4952b8c416
enhance: apply load config changes after QueryCoord restart (#43108) (#43236)
issue: #43107
pr: #43108
- Add checkLoadConfigChanges() to apply load config during startup
- Call config check in startQueryCoord() after restart
- Skip auto-updates for collections with user-specified replica numbers
- Add is_user_specified_replica_mode field to preserve user settings
- Add comprehensive unit tests with mockey

Ensures existing collections use latest cluster-level config after
restart.

---------

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
2025-07-14 10:22:50 +08:00
..
OWNERS Add OWNERS files for querycoordv2 sub pkgs (#23489) 2023-04-18 15:52:30 +08:00
job.go Dynamic load/release partitions (#22655) 2023-03-20 14:55:57 +08:00
job_load.go enhance: apply load config changes after QueryCoord restart (#43108) (#43236) 2025-07-14 10:22:50 +08:00
job_release.go enhance: clean shard location cache after collection released (#40228) 2025-02-27 19:42:05 +08:00
job_sync.go enhance: [2.5] Use v2 package name for pkg module (#40117) 2025-02-23 00:46:01 +08:00
job_test.go enhance: apply load config changes after QueryCoord restart (#43108) (#43236) 2025-07-14 10:22:50 +08:00
job_update.go enhance: apply load config changes after QueryCoord restart (#43108) (#43236) 2025-07-14 10:22:50 +08:00
scheduler.go enhance: [2.5] Use v2 package name for pkg module (#40117) 2025-02-23 00:46:01 +08:00
undo.go enhance: [2.5] Use v2 package name for pkg module (#40117) 2025-02-23 00:46:01 +08:00
utils.go enhance: [2.5] Use v2 package name for pkg module (#40117) 2025-02-23 00:46:01 +08:00