milvus/internal
congqixia 224d797f94
fix: Use singleton delete pool and avoid goroutine leakage (#37220)
Related to #36887

Previously using newly create pool per request shall cause goroutine
leakage. This PR change this behavior by using singleton delete pool.
This change could also provide better concurrency control over delete
memory usage.

Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>
2024-10-29 10:02:24 +08:00
..
allocator fix: Rootcoord stuck at graceful stop progress (#36880) 2024-10-17 12:15:25 +08:00
core enhance: Refine code for get_deleted_bitmap (#36819) 2024-10-28 15:19:30 +08:00
datacoord fix: Exlude L0 compaction when clustering is executing (#37141) 2024-10-29 06:28:24 +08:00
datanode feat: add tasks page into management WebUI (#37002) 2024-10-28 10:13:29 +08:00
distributed feat: add tasks page into management WebUI (#37002) 2024-10-28 10:13:29 +08:00
flushcommon feat: add tasks page into management WebUI (#37002) 2024-10-28 10:13:29 +08:00
http feat: add tasks page into management WebUI (#37002) 2024-10-28 10:13:29 +08:00
indexnode feat: management WebUI homepage (#36822) 2024-10-23 11:29:28 +08:00
json enhance: Gin & restfulv1 handler use sonic json (#35020) 2024-08-05 16:44:17 +08:00
kv fix: fix make generate-mockery panic with go1.22 (#36830) 2024-10-17 12:11:31 +08:00
metastore fix: may exceed max tnx in etcd operations (#36775) 2024-10-28 15:37:30 +08:00
mocks enhance: Batch forward delete when using DirectForward (#37076) 2024-10-24 10:39:28 +08:00
parser/planparserv2 feat: Implement custom function module in milvus expr (#36560) 2024-10-25 15:25:30 +08:00
proto feat: add tasks page into management WebUI (#37002) 2024-10-28 10:13:29 +08:00
proxy enhance: Utilize proxy metacache for HasCollection (#37185) 2024-10-28 18:54:23 +08:00
querycoordv2 feat: add tasks page into management WebUI (#37002) 2024-10-28 10:13:29 +08:00
querynodev2 fix: Use singleton delete pool and avoid goroutine leakage (#37220) 2024-10-29 10:02:24 +08:00
registry Add querynode client wrapper and avoid grpc in standalone mode (#27781) 2023-10-19 11:10:07 +08:00
rootcoord feat: add tasks page into management WebUI (#37002) 2024-10-28 10:13:29 +08:00
storage enhance: Replace PrimaryKey slice with PrimaryKeys saving memory (#37127) 2024-10-28 10:29:30 +08:00
streamingcoord enhance: add streaming client metrics (#36523) 2024-10-08 21:25:19 +08:00
streamingnode fix: use binlog counter to trigger flush but not stats log (#37037) 2024-10-23 15:07:29 +08:00
tso enhance: move rocksmq from internal to pkg module (#33881) 2024-06-25 21:18:15 +08:00
types feat: Support stats task to sort segment by PK (#35054) 2024-09-02 14:19:03 +08:00
util enhance: add an unify vector index config checker (#36844) 2024-10-28 10:11:37 +08:00
.mockery.yaml fix: mockery config (#35834) 2024-08-30 09:49:00 +08:00