milvus/pkg
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
..
common feat: update scalar index serialized format to V3 (#47690) 2026-03-13 14:51:25 +08:00
config enhance: update WP version v0.1.25 (#45011) 2026-03-23 05:57:30 +08:00
eventlog fix: fix macOS 15 ARM64 compilation issues (#7437) (#47810) 2026-03-06 23:19:21 +08:00
kv
log enhance: optimize mixcoord cpu usage (#47618) 2026-03-08 22:31:21 +08:00
metrics enhance: add all-replicas-ready checkpoint metric for query coord (#48305) 2026-03-19 12:19:27 +08:00
mocks enhance: Implement rate limiting in WAL append operations (#47179) 2026-03-18 16:19:26 +08:00
mq feat: part1 for add field backfill(#44444) (#46808) 2026-02-05 19:19:52 +08:00
objectstorage enhance: support configurable TLS minimum version for object storage connections (#48000) 2026-03-04 19:45:21 +08:00
proto feat: Support force promote for primary-secondary failover (#47352) 2026-03-20 16:09:28 +08:00
streaming enhance: update WP version v0.1.25 (#45011) 2026-03-23 05:57:30 +08:00
taskcommon feat: [ExternalTable Part3] Support manual refresh for external collections (#47492) 2026-02-26 11:20:46 +08:00
tracer
util enhance: make thread pool max threads size configurable (#48379) 2026-03-24 06:07:29 +08:00
.mockery_pkg.yaml enhance: Implement rate limiting in WAL append operations (#47179) 2026-03-18 16:19:26 +08:00
Makefile
go.mod enhance: update WP version v0.1.25 (#45011) 2026-03-23 05:57:30 +08:00
go.sum enhance: update WP version v0.1.25 (#45011) 2026-03-23 05:57:30 +08:00
rules.go