mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-04 21:09:06 +08:00
03912a8788
issue: #34715 if collection's segment list doesn't changes anymore, then the next target will be empty at most time, and balance segment will check whether segment exist in both current and next target, so the balance cloud be blocked due to next target is empty. This PR permit segment to be moved if next target is empty, to avoid balance stuck. Signed-off-by: Wei Liu <wei.liu@zilliz.com> |
||
---|---|---|
.. | ||
balance_test.go | ||
balance.go | ||
channel_level_score_balancer_test.go | ||
channel_level_score_balancer.go | ||
mock_balancer.go | ||
multi_target_balance.go | ||
multi_target_balancer_test.go | ||
OWNERS | ||
priority_queue_test.go | ||
priority_queue.go | ||
rowcount_based_balancer_test.go | ||
rowcount_based_balancer.go | ||
score_based_balancer_test.go | ||
score_based_balancer.go | ||
utils.go |