milvus/internal/querycoordv2/balance
wei liu 008bae675d
enhance: Skip balance segment when channel need be balanced (#29116)
issue: #28622
After we support balance segment with growing segment count #28623, if
we balance segment and channel at same time, some segments need to be
rebalanced after balance channel finish.

This PR skip balance segment when channel need be balanced.

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
2023-12-14 16:44:43 +08:00
..
balance_test.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
balance.go Format the code (#27275) 2023-09-21 09:45:27 +08:00
mock_balancer.go Remove parser dependency (#27514) 2023-10-08 15:05:31 +08:00
OWNERS Add OWNERS files for querycoordv2 sub pkgs (#23489) 2023-04-18 15:52:30 +08:00
priority_queue_test.go enhance segment balance by considering global rowCount(##22914) (#23056) 2023-04-03 14:16:25 +08:00
priority_queue.go Add license header (#19678) 2022-10-11 11:39:22 +08:00
rowcount_based_balancer_test.go enhance: Skip balance segment when channel need be balanced (#29116) 2023-12-14 16:44:43 +08:00
rowcount_based_balancer.go enhance: Skip balance segment when channel need be balanced (#29116) 2023-12-14 16:44:43 +08:00
score_based_balancer_test.go fix: forbid balancing level zero segments (#29130) 2023-12-12 20:38:38 +08:00
score_based_balancer.go enhance: Skip balance segment when channel need be balanced (#29116) 2023-12-14 16:44:43 +08:00
utils.go Change task sourceID to stringer interface (#27965) 2023-10-27 01:08:12 +08:00