milvus/internal/util/pipeline
Buqian Zheng b4d549d96a
fix: pipeline/delegator leak (#42582)
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

Signed-off-by: Buqian Zheng <buqianzheng@Buqians-MacBook-Air.local>
Co-authored-by: Buqian Zheng <buqianzheng@Buqians-MacBook-Air.local>
2025-06-06 22:00:32 +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: analyzer memory leak because function runner not close (#41839) 2025-06-05 14:24:40 +08:00
pipeline.go fix: pipeline/delegator leak (#42582) 2025-06-06 22:00:32 +08:00
pipeline_test.go enhance: Use v2 package name for pkg module (#39990) 2025-02-22 23:15:58 +08:00
stream_pipeline.go enhance: use dispatcher at delegator when enable streaming (#41266) 2025-05-06 01:12:53 +08:00
stream_pipeline_test.go enhance: Use v2 package name for pkg module (#39990) 2025-02-22 23:15:58 +08:00