Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
dcache-qos: set default task thread pool sizes all to max concurrent …
…running Motivation: Lessons learned from Bulk throughput optimizations. It makes more sense to allocate each of the task queues to be max running size (this is the purpose of the BoundedCachedExecutor class: idle threads will be released and decommissioned). Modification: Set them all to be controlled by default by the `${qos.limits.verifier.max-running-operations}` value. Result: Much faster throughput. >IMPORTANT: Also updated the default >size of the QoS Engine's modify thread pool >to match the 500Hz Bulk default. >Currently the value (32) is an >order of magnitude too little. Target: master Request: 9.2 Patch: https://rb.dcache.org/r/14139/ Requires-notes: yes Acked-by: Tigran
- Loading branch information