mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-06 17:18:35 +08:00
1. Prevent channels from being assigned to only one datanode during datacoord startup. 2. Optimize the channel assignment policy by considering newly assigned channels. 3. Make msgdispatcher manager lock-free. issue: https://github.com/milvus-io/milvus/issues/40421, https://github.com/milvus-io/milvus/issues/37630 --------- Signed-off-by: bigsheeper <yihao.dai@zilliz.com>