milvus/internal/querynodev2
chyezh 1c84a1c9b6
fix: lru related issue fixup patch (#32916)
issue: #32206, #32801

- search failure with some assertion, segment not loaded and resource
insufficient.

- segment leak when query segments

---------

Signed-off-by: chyezh <chyezh@outlook.com>
2024-05-10 19:17:30 +08:00
..
cluster enhance: make the watch dm channel request better compatibility (#30952) 2024-03-01 16:07:37 +08:00
collector feat: support rate limiter based on db and partition levels (#31070) 2024-04-12 16:01:19 +08:00
delegator enhance: Reuse hash locations during access bloom fitler (#32642) 2024-05-07 06:13:47 -07:00
optimizers enhance: support disable search optimization (#32141) 2024-04-16 10:51:20 +08:00
pipeline fix: Unify querynode metrics cleanup in collection release (#32805) 2024-05-07 15:41:29 +08:00
pkoracle enhance: Reuse hash locations during access bloom fitler (#32642) 2024-05-07 06:13:47 -07:00
segments fix: lru related issue fixup patch (#32916) 2024-05-10 19:17:30 +08:00
tasks fix: lru related issue fixup patch (#32916) 2024-05-10 19:17:30 +08:00
tsafe Add ctx parameter for tsafe pkg & NewDelegator method (#27877) 2023-10-26 19:14:10 +08:00
handlers_test.go fix: correct autoindex segment num (#28387) 2023-11-22 11:12:22 +08:00
handlers.go feat: LRU cache implementation (#32567) 2024-05-06 20:29:30 +08:00
local_worker_test.go enhance: Add metautil.Channel to convert string compare to int (#32749) 2024-05-07 19:13:35 +08:00
local_worker.go fix: panic caused by type assert LocalSegment on Segment (#29018) 2023-12-08 01:50:38 +08:00
metrics_info.go fix: Correct the negative queryable num entities metric (#32361) 2024-04-24 15:55:24 +08:00
mock_data.go feat: Support multiple vector search (#29433) 2024-01-08 15:34:48 +08:00
OWNERS Add OWNERS file for qnv2 (#23196) 2023-04-03 16:22:24 +08:00
server_test.go enhance: Add metautil.Channel to convert string compare to int (#32749) 2024-05-07 19:13:35 +08:00
server.go feat: LRU cache implementation (#32567) 2024-05-06 20:29:30 +08:00
services_test.go enhance: Add metautil.Channel to convert string compare to int (#32749) 2024-05-07 19:13:35 +08:00
services.go enhance: Add metautil.Channel to convert string compare to int (#32749) 2024-05-07 19:13:35 +08:00