mirror of
https://github.com/milvus-io/milvus.git
synced 2026-07-21 10:15:43 +00:00
Related to #50089 Add a Proxy management entry point that routes through MixCoord to clear queued read tasks across all Proxy and QueryNode instances. Queued tasks are failed with canceled semantics and per-component counts are returned so operators can recover from read-task backlog without attempting unsafe active-task preemption. --------- Signed-off-by: Congqi Xia <congqi.xia@zilliz.com>