milvus/internal/querycoordv2
wei liu b13932bb55
enhance: Enable database level replica num and resource groups for loading collection (#33052)
issue: #30040

This PR introduce two database level props:
1. database.replica.number
2. database.resource_groups

User can set those two database props by AlterDatabase API, then can
load collection without specified replica_num and resource groups. then
it will use database level load param when try to load collections.

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
2024-05-29 10:59:43 +08:00
..
balance fix: query node may stuck at stopping progress (#33104) 2024-05-20 10:21:38 +08:00
checkers enhance: Enable to dynamic update balancer policy in querycoord (#33037) 2024-05-21 14:29:39 +08:00
dist fix: Watch channel task may stuck forever until qn become offline (#33394) 2024-05-27 15:01:42 +08:00
job fix: query node may stuck at stopping progress (#33104) 2024-05-20 10:21:38 +08:00
meta enhance: Enable database level replica num and resource groups for loading collection (#33052) 2024-05-29 10:59:43 +08:00
mocks enhance:Refactor hybrid search (#32020) 2024-04-09 14:21:18 +08:00
observers fix: query node may stuck at stopping progress (#33104) 2024-05-20 10:21:38 +08:00
params Moving etcd client into session (#27069) 2023-10-27 07:36:12 +08:00
session enhance: Add restful api for devops to execute rolling upgrade (#29998) 2024-03-27 16:15:19 +08:00
task fix: metrics leak on the coord nodes (#33075) 2024-05-20 22:03:39 +08:00
utils fix: query node may stuck at stopping progress (#33104) 2024-05-20 10:21:38 +08:00
api_testonly.go test: support segment release in integration test (#31190) 2024-04-09 11:39:17 +08:00
handlers.go enhance: Enable to dynamic update balancer policy in querycoord (#33037) 2024-05-21 14:29:39 +08:00
ops_service_test.go enhance: Enable to dynamic update balancer policy in querycoord (#33037) 2024-05-21 14:29:39 +08:00
ops_services.go fix: query node may stuck at stopping progress (#33104) 2024-05-20 10:21:38 +08:00
OWNERS Add QueryCoord OWNERS file (#21552) 2023-01-10 16:15:37 +08:00
server_test.go enhance: Enable database level replica num and resource groups for loading collection (#33052) 2024-05-29 10:59:43 +08:00
server.go fix: Clean offline node from resource group after qc restart (#33232) 2024-05-22 10:03:40 +08:00
services_test.go enhance: Enable database level replica num and resource groups for loading collection (#33052) 2024-05-29 10:59:43 +08:00
services.go enhance: Enable database level replica num and resource groups for loading collection (#33052) 2024-05-29 10:59:43 +08:00