mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-05 13:28:49 +08:00
06b191b164
issue: #30816 cause balance channel will stuck until leader view catch up the current target, then start to unsub the old delegator. which make sure that the new delegator can provide search before release old delegator. but another logic in segment_checker skip loading segment during balance channel. so during balance channel, if query node crash, new delegator can't catch up target forever, then stuck forever. This PR remove the rule that skip loading segment during balance channel to avoid the logic dead lock here. Signed-off-by: Wei Liu <wei.liu@zilliz.com> |
||
---|---|---|
.. | ||
balance_test.go | ||
balance.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 |