milvus/internal/querycoordv2
wei liu 470bb0cc3f
enhance: Enable balance on querynode with different mem capacity (#36466)
issue: #36464
This PR enable balance on querynode with different mem capacity, for
query node which has more mem capactity will be assigned more records,
and query node with the largest difference between assignedScore and
currentScore will have a higher priority to carry the new segment.

Signed-off-by: Wei Liu <wei.liu@zilliz.com>
2024-09-30 16:15:17 +08:00
..
balance enhance: Enable balance on querynode with different mem capacity (#36466) 2024-09-30 16:15:17 +08:00
checkers enhance: Enable dynamic update loaded collection's replica (#35822) 2024-09-25 10:13:18 +08:00
dist enhance: Enable balance on querynode with different mem capacity (#36466) 2024-09-30 16:15:17 +08:00
job enhance: Enable dynamic update loaded collection's replica (#35822) 2024-09-25 10:13:18 +08:00
meta fix: querycoord collection num metric (#36471) 2024-09-26 14:23:13 +08:00
mocks enhance:Refactor hybrid search (#32020) 2024-04-09 14:21:18 +08:00
observers fix: [skip e2e] Fix unstable ut TestCollectionObserver (#36231) 2024-09-13 19:01:09 +08:00
params Moving etcd client into session (#27069) 2023-10-27 07:36:12 +08:00
session enhance: Enable balance on querynode with different mem capacity (#36466) 2024-09-30 16:15:17 +08:00
task fix: Segment unbalance after many times load/release (#36537) 2024-09-26 15:13:15 +08:00
utils enhance: Add sorted for segment info (#36469) 2024-09-30 10:01:16 +08:00
OWNERS Add QueryCoord OWNERS file (#21552) 2023-01-10 16:15:37 +08:00
api_testonly.go test: support segment release in integration test (#31190) 2024-04-09 11:39:17 +08:00
handlers.go enhance: make TransferChannel/TransferSegment idempotent (#36489) 2024-09-26 18:11:23 +08:00
ops_service_test.go enhance: make TransferChannel/TransferSegment idempotent (#36489) 2024-09-26 18:11:23 +08:00
ops_services.go enhance: Mark query node as read only after suspend (#35492) 2024-08-20 14:02:54 +08:00
server.go enhance: Enable dynamic update loaded collection's replica (#35822) 2024-09-25 10:13:18 +08:00
server_test.go fix: Fill load field list from old version load info (#35993) 2024-09-05 16:57:05 +08:00
services.go enhance: Enable dynamic update loaded collection's replica (#35822) 2024-09-25 10:13:18 +08:00
services_test.go enhance: Enable dynamic update loaded collection's replica (#35822) 2024-09-25 10:13:18 +08:00