milvus/internal/querycoordv2
wei liu 03912a8788
enhance: Avoid balance stuck after segment list become stable (#34728)
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>
2024-07-31 18:09:48 +08:00
..
balance enhance: Avoid balance stuck after segment list become stable (#34728) 2024-07-31 18:09:48 +08:00
checkers enhance: Limit collection's normal balance speed (#34810) 2024-07-24 19:11:44 +08:00
dist enhance: Update protobuf-go to protobuf-go v2 (#34394) 2024-07-29 11:31:51 +08:00
job enhance: move rocksmq from internal to pkg module (#33881) 2024-06-25 21:18:15 +08:00
meta enhance: Avoid balance stuck after segment list become stable (#34728) 2024-07-31 18:09:48 +08:00
mocks
observers fix: Check partition in current target when observing partition load status (#34282) 2024-07-01 17:40:07 +08:00
params
session enhance: Update protobuf-go to protobuf-go v2 (#34394) 2024-07-29 11:31:51 +08:00
task enhance: Avoid assign too much segment/channels to new querynode (#34096) 2024-06-27 19:06:05 +08:00
utils enhance: Update protobuf-go to protobuf-go v2 (#34394) 2024-07-29 11:31:51 +08:00
api_testonly.go
handlers.go fix: Avoid segment lack caused by deduplicate segment task (#34782) 2024-07-22 16:35:43 +08:00
ops_service_test.go enhance: Avoid assign too much segment/channels to new querynode (#34096) 2024-06-27 19:06:05 +08:00
ops_services.go enhance: Avoid balance stuck after segment list become stable (#34728) 2024-07-31 18:09:48 +08:00
OWNERS
server_test.go
server.go enhance: move rocksmq from internal to pkg module (#33881) 2024-06-25 21:18:15 +08:00
services_test.go enhance: Avoid assign too much segment/channels to new querynode (#34096) 2024-06-27 19:06:05 +08:00
services.go enhance: Enable setting the replica number and resource group during collection creation (#34403) 2024-07-10 10:20:13 +08:00