milvus/internal/metastore/mocks
chyezh a2502bde75
enhance: replica manager enhancement (#31496)
issue: #30647 

- ReplicaManager manage read only node now, and always do persistent of
node distribution of replica.

- All segment/channel checker using ReplicaManager to get read-only node
or read-write node, but not ResourceManager.

- ReplicaManager promise that only apply unique querynode to one replica
in same collection now (replicas in same collection never hold same
querynode at same time).

- ReplicaManager promise that fairly node count assignment policy if
multi replicas of collection is assigned to one resource group.

- Move some parameters check into ReplicaManager to avoid data race.

- Allow transfer replica to resource group that already load replica of
same collection

- Allow transfer node between resource groups that load replica of same
collection

---------

Signed-off-by: chyezh <chyezh@outlook.com>
2024-04-05 04:57:16 +08:00
..
mock_datacoord_catalog.go fix: lazy load index data in cache (#31094) 2024-03-25 15:43:07 +08:00
mock_querycoord_catalog.go enhance: replica manager enhancement (#31496) 2024-04-05 04:57:16 +08:00
mock_rootcoord_catalog.go enhance: Enable properites in database meta (#31394) 2024-03-19 19:21:06 +08:00