mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 12:59:23 +08:00
a2502bde75
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> |
||
---|---|---|
.. | ||
data_coord.proto | ||
etcd_meta.proto | ||
index_cgo_msg.proto | ||
index_coord.proto | ||
internal.proto | ||
OWNERS | ||
plan.proto | ||
proxy.proto | ||
query_coord.proto | ||
root_coord.proto | ||
segcore.proto |