milvus/internal
yihao.dai a5a83a0904
fix: Fix consume blocked due to too many consumers (#38455)
This PR limits the maximum number of consumers per pchannel to 10 for
each QueryNode and DataNode.

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

---------

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
2025-01-15 21:37:01 +08:00
..
allocator enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
coordinator/coordclient enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
core enhance: Add try-catch and return CStatus for NewCollection (#39279) 2025-01-15 19:17:01 +08:00
datacoord fix: Fix consume blocked due to too many consumers (#38455) 2025-01-15 21:37:01 +08:00
datanode fix: Clustering compaction ignoring deltalogs (#39132) 2025-01-10 14:07:05 +08:00
distributed enhance: report auth log to hook when grpc authenticate failed (#38943) 2025-01-14 17:47:04 +08:00
flushcommon fix: Fix consume blocked due to too many consumers (#38455) 2025-01-15 21:37:01 +08:00
http enhance: Add logs for check health failed (#39208) 2025-01-15 17:31:00 +08:00
indexnode fix: Add scalar index engine version for compatibility (#39204) 2025-01-15 12:25:00 +08:00
json feat: fp32 vector to fp16/bf16 vector conversion for RESTful API (#37556) 2024-11-24 17:46:33 +08:00
kv enhance: refine exists log print with ctx (#38080) 2024-12-14 22:36:44 +08:00
metastore fix: Fix rootcoord meta mutex contention (#38799) 2025-01-15 20:11:08 +08:00
mocks enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
parser/planparserv2 feat: support phrase match query (#38869) 2025-01-12 20:24:58 +08:00
proxy enhance: fix inconsistenty of alias and db for query iterator(#39045) (#39216) 2025-01-15 09:48:59 +08:00
querycoordv2 fix: Fix slow dist handle and slow observe (#38566) 2025-01-15 20:17:00 +08:00
querynodev2 enhance: prevent multiple query nodes from causing excessive occupancy of a single node, leading to GPU memory overflow (#39276) (#38617) 2025-01-15 20:15:01 +08:00
registry Add querynode client wrapper and avoid grpc in standalone mode (#27781) 2023-10-19 11:10:07 +08:00
rootcoord fix: Fix rootcoord meta mutex contention (#38799) 2025-01-15 20:11:08 +08:00
storage feat: Support Int8Vector in go (#38990) 2025-01-14 20:43:06 +08:00
streamingcoord fix: wrong streaming mockery package name (#39260) 2025-01-15 15:51:00 +08:00
streamingnode fix: wrong streaming mockery package name (#39260) 2025-01-15 15:51:00 +08:00
tso enhance: Add ctx param to KV operation interfaces (#38154) 2024-12-05 15:16:41 +08:00
types enhance: make new go package to manage proto (#39114) 2025-01-10 10:49:01 +08:00
util fix: Fix consume blocked due to too many consumers (#38455) 2025-01-15 21:37:01 +08:00
.mockery.yaml enhance: add broadcast for streaming service (#39020) 2025-01-09 16:24:55 +08:00