milvus/internal/distributed/streaming
yihao.dai 7c8370ccd2
fix: [2.5] Fix ants.Pool goroutine leak (#41893)
1. Release the pool after it is no longer in use.
2. Upgrade ants.Pool to fix the goroutine leak issue (see
https://github.com/panjf2000/ants/pull/287).

issue: https://github.com/milvus-io/milvus/issues/41838

pr: https://github.com/milvus-io/milvus/pull/41892

---------

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2025-05-16 19:12:22 +08:00
..
internal enhance: [2.5] Use v2 package name for pkg module (#40117) 2025-02-23 00:46:01 +08:00
OWNERS enhance: streaming service client (#34656) 2024-08-05 21:38:15 +08:00
append.go enhance: [2.5] Use v2 package name for pkg module (#40117) 2025-02-23 00:46:01 +08:00
broadcast.go enhance: remove redundant resource key watch operation, just keep consistency of wal (#40503) 2025-03-18 15:46:25 +08:00
streaming.go enhance: remove redundant resource key watch operation, just keep consistency of wal (#40503) 2025-03-18 15:46:25 +08:00
streaming_test.go enhance: remove redundant resource key watch operation, just keep consistency of wal (#40503) 2025-03-18 15:46:25 +08:00
test_streaming.go enhance: Append create partition msg to wal (#35398) 2024-08-13 14:28:20 +08:00
txn.go enhance: [2.5] Use v2 package name for pkg module (#40117) 2025-02-23 00:46:01 +08:00
util.go enhance: [2.5] Use v2 package name for pkg module (#40117) 2025-02-23 00:46:01 +08:00
wal.go fix: [2.5] Fix ants.Pool goroutine leak (#41893) 2025-05-16 19:12:22 +08:00
wal_test.go enhance: remove redundant resource key watch operation, just keep consistency of wal (#40503) 2025-03-18 15:46:25 +08:00