yihao.dai
|
65dd3982d8
|
fix: Fix ants.Pool goroutine leak (#41892)
1. Release the pool after it is no longer in use.
2. Upgrade ants.Pool to fix the goroutine leak issue (see [PR
#287](https://github.com/panjf2000/ants/pull/287)).
issue: https://github.com/milvus-io/milvus/issues/41838
---------
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
|
2025-05-19 17:56:22 +08:00 |
congqixia
|
cb7f2fa6fd
|
enhance: Use v2 package name for pkg module (#39990)
Related to #39095
https://go.dev/doc/modules/version-numbers
Update pkg version according to golang dep version convention
---------
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
|
2025-02-22 23:15:58 +08:00 |
SimFG
|
26f06dd732
|
Format the code (#27275)
Signed-off-by: SimFG <bang.fu@zilliz.com>
|
2023-09-21 09:45:27 +08:00 |
congqixia
|
8b5e276361
|
Use different cgo pool for SQ and other operations (#26021)
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
|
2023-08-01 09:19:05 +08:00 |
congqixia
|
31880ab427
|
Use conc.PoolOption instead of ants.Option (#24585)
- Add conc.PoolOption to setup conc.Pool
- Change panic default behavior
- Make future has error when job panicks
Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
|
2023-06-01 15:52:31 +08:00 |