]
Tristan Tarrant updated ISPN-12227:
-----------------------------------
Fix Version/s: 12.1.0.Final
(was: 12.0.0.Final)
Backup CacheResource limit number of blocking threads utilised
--------------------------------------------------------------
Key: ISPN-12227
URL:
https://issues.redhat.com/browse/ISPN-12227
Project: Infinispan
Issue Type: Enhancement
Components: Server
Reporter: Ryan Emerson
Assignee: Ryan Emerson
Priority: Major
Fix For: 12.1.0.Final
Currently the {{BackupManager}} and associated classes make heavy use of the
{{BlockingManager}} to execute concurrent tasks. We should limit the execution of these
tasks to a subset of the total number of blocking threads available in order to avoid a
{{CacheBackpressureFullException}} being thrown.