milvus/internal/querynodev2
sijie-ni-0214 98934d3212
enhance: make thread pool max threads size configurable (#48379)
## Summary

- Replace the hardcoded thread pool max threads limit (16) with a
configurable parameter `common.threadCoreCoefficient.maxThreadsSize`,
default 16, only effective when greater than 0
- Add missing Resize watchers for middle and low priority thread pools
- When `maxThreadsSize` changes dynamically, update the limit first then
resize all pools to ensure correct ordering

issue: #48378

Signed-off-by: sijie-ni-0214 <sijie.ni@zilliz.com>
2026-03-24 06:07:29 +08:00
..
cluster
collector
delegator fix: fix defer in loop causing resource leak in fileresource, importv2, and idf_oracle (#48353) 2026-03-19 18:39:27 +08:00
pipeline enhance: replace fmt.Sprint(paramtable.GetNodeID()) with paramtable.GetStringNodeID() (#47789) 2026-02-27 23:43:47 +08:00
pkoracle
segments feat: integrate manifest-based statistics for V3 storage segments (#48005) 2026-03-23 12:01:28 +08:00
tasks feat: impl StructArray -- support element-level query (#47906) 2026-03-13 17:55:29 +08:00
.mockery.yaml
OWNERS
handlers.go enhance: [loon] support loading deltalogs from StorageV3 manifest in QueryNode (#48095) 2026-03-10 09:59:24 +08:00
handlers_test.go
local_worker.go
local_worker_test.go
metrics_info.go
metrics_info_test.go
mock_data.go
server.go enhance: make thread pool max threads size configurable (#48379) 2026-03-24 06:07:29 +08:00
server_test.go enhance: make thread pool max threads size configurable (#48379) 2026-03-24 06:07:29 +08:00
services.go enhance: Go search path optimizations for improved QPS (#47734) 2026-02-24 22:12:47 +08:00
services_test.go fix: Handle v2.5/v2.6 compatibility in syncTargetVersion [QueryNode] (#47649) 2026-02-10 12:12:51 +08:00