milvus/internal/util/pipeline
Buqian Zheng 3915ecacee
fix: pipeline/delegator leak (#42583)
the manager's logging lambda should not capture the pipeline object

this creates a circular reference between the manager and the pipeline
object, making it impossible for both to be GC-ed.

issue: https://github.com/milvus-io/milvus/issues/42581
pr: https://github.com/milvus-io/milvus/pull/42582

Signed-off-by: Buqian Zheng <buqianzheng@Buqians-MacBook-Air.local>
Co-authored-by: Buqian Zheng <buqianzheng@Buqians-MacBook-Air.local>
2025-06-07 02:06:33 +08:00
..
errors.go Refactor QueryNode (#21625) 2023-03-27 00:42:00 +08:00
message.go Refactor QueryNode (#21625) 2023-03-27 00:42:00 +08:00
node.go fix:[2.5] analyzer memory leak because function runner not close (#41840) 2025-05-15 15:48:23 +08:00
pipeline.go fix: pipeline/delegator leak (#42583) 2025-06-07 02:06:33 +08:00
pipeline_test.go enhance: [2.5] Use v2 package name for pkg module (#40117) 2025-02-23 00:46:01 +08:00
stream_pipeline.go enhance: [2.5] Introduce batch subscription in msgdispatcher (#40596) 2025-03-24 10:18:17 +08:00
stream_pipeline_test.go enhance: [2.5] Use v2 package name for pkg module (#40117) 2025-02-23 00:46:01 +08:00