milvus/tests/integration/rbac
wei liu 975a9797a2
enhance: Enable dynamic update loaded collection's replica (#36417)
issue: #35821
pr: #35822
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-26 10:43:15 +08:00
..
privilege_group_test.go enhance: Enable dynamic update loaded collection's replica (#36417) 2024-09-26 10:43:15 +08:00
rbac_backup_test.go enhance: Refresh proxy cache after restore rbac meta (#35636) 2024-08-22 19:09:01 +08:00