milvus/internal/querynodev2/segments
Zhen Ye 04f07f00b7
fix: the retrieve plan on heap is used after free when reduce (#38841)
issue: #38731
pr: #38840

Signed-off-by: chyezh <chyezh@outlook.com>
2024-12-30 15:52:51 +08:00
..
metricsutil enhance: add more metrics for cache and search (#31777) 2024-04-10 10:55:17 +08:00
state fix: async warmup will be blocked by state lock (#33686) 2024-06-10 21:59:53 +08:00
OWNERS Fix offline set always nil (#23340) 2023-04-11 14:42:30 +08:00
cgo_util.go enhance: move segcore codes of segment into one package (#37722) 2024-11-29 10:22:36 +08:00
collection.go feat: support to replicate collection when the services contains the system tt msg (#37559) 2024-12-17 09:08:46 +08:00
count_reducer.go enhance: move segcore codes of segment into one package (#37722) 2024-11-29 10:22:36 +08:00
count_reducer_test.go enhance: retrieve output fields after local reduce (#32346) 2024-04-25 09:49:26 +08:00
default_limit_reducer.go fix: iterator cursor progress too fast(#36179) (#36180) 2024-09-24 11:45:13 +08:00
index_attr_cache.go enhance: add an unify vector index config checker (#36844) 2024-10-28 10:11:37 +08:00
index_attr_cache_test.go enhance: add an unify vector index config checker (#36844) 2024-10-28 10:11:37 +08:00
load_field_data_info.go enhance: optimize milvus core building (#35610) 2024-08-23 12:35:02 +08:00
load_index_info.go enhance: Add cgo call metrics for load/write API (#37405) 2024-11-07 10:06:25 +08:00
manager.go enhance: Refine querynode collection number metrics (#38350) 2024-12-11 11:36:43 +08:00
manager_test.go enhance: move segcore codes of segment into one package (#37722) 2024-11-29 10:22:36 +08:00
mock_collection_manager.go enhance: Add collection name label for some metric (#36951) 2024-10-25 14:29:47 +08:00
mock_loader.go fix: fix `make generate-mockery` panic with go1.22 (#36830) 2024-10-17 12:11:31 +08:00
mock_segment.go enhance: move segcore codes of segment into one package (#37722) 2024-11-29 10:22:36 +08:00
mock_segment_manager.go fix: fix `make generate-mockery` panic with go1.22 (#36830) 2024-10-17 12:11:31 +08:00
pool.go enhance: Mark cgo thread with tag name (#38000) 2024-11-26 11:22:35 +08:00
pool_test.go enhance: Execute bloom filter apply in parallel to speed up segment predict (#33792) 2024-06-14 11:37:56 +08:00
reducer.go enhance: move segcore codes of segment into one package (#37722) 2024-11-29 10:22:36 +08:00
reducer_test.go fix: two-phase retrieval on lru-segment (#32945) 2024-05-15 17:53:34 +08:00
result.go fix: the retrieve plan on heap is used after free when reduce (#38841) 2024-12-30 15:52:51 +08:00
result_sorter.go Fix bug of missing JSON type when sorting retrieve results (#25412) (#25455) 2023-07-10 20:02:28 +08:00
result_test.go enhance: move segcore codes of segment into one package (#37722) 2024-11-29 10:22:36 +08:00
retrieve.go enhance: refine exists log print with ctx (#38080) 2024-12-14 22:36:44 +08:00
retrieve_test.go enhance: move segcore codes of segment into one package (#37722) 2024-11-29 10:22:36 +08:00
search.go enhance: move segcore codes of segment into one package (#37722) 2024-11-29 10:22:36 +08:00
search_reduce.go feat: supporing hybrid search group_by (#35982) 2024-09-08 17:09:04 +08:00
search_reduce_test.go enhance: move segcore codes of segment into one package (#37722) 2024-11-29 10:22:36 +08:00
search_test.go enhance: move segcore codes of segment into one package (#37722) 2024-11-29 10:22:36 +08:00
segcore.go enhance: move segcore codes of segment into one package (#37722) 2024-11-29 10:22:36 +08:00
segment.go enhance: add multiply factor when loading index (#38722) 2024-12-25 10:50:58 +08:00
segment_do.go fix: two-phase retrieval on lru-segment (#32945) 2024-05-15 17:53:34 +08:00
segment_filter.go enhance: Add secondary index for querynode segment manager (#38311) 2024-12-10 18:18:42 +08:00
segment_interface.go enhance: move segcore codes of segment into one package (#37722) 2024-11-29 10:22:36 +08:00
segment_l0.go enhance: move segcore codes of segment into one package (#37722) 2024-11-29 10:22:36 +08:00
segment_loader.go enhance: Put release segment and other misc cgo call into pool (#38186) 2024-12-05 11:04:40 +08:00
segment_loader_test.go enhance: move segcore codes of segment into one package (#37722) 2024-11-29 10:22:36 +08:00
segment_test.go enhance: move segcore codes of segment into one package (#37722) 2024-11-29 10:22:36 +08:00
statistics.go Protect segment from being released while query/search (#26322) 2023-08-16 18:38:17 +08:00
trace.go enhance: optimize milvus core building (#35610) 2024-08-23 12:35:02 +08:00
utils.go enhance: Put release segment and other misc cgo call into pool (#38186) 2024-12-05 11:04:40 +08:00
utils_test.go enhance: add vector index mgr to remove vector index type dependency (#36843) 2024-10-17 22:15:25 +08:00
validate.go enhance: Make dynamic load/release partition follow targets (#38059) 2024-12-05 16:24:40 +08:00