]
Will Burns updated ISPN-11261:
------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
GlobalConfigurationManager should use blocking threads when starting
caches
---------------------------------------------------------------------------
Key: ISPN-11261
URL:
https://issues.redhat.com/browse/ISPN-11261
Project: Infinispan
Issue Type: Sub-task
Components: Core
Reporter: Will Burns
Assignee: Will Burns
Priority: Major
Fix For: 11.0.0.Alpha1
The GlobalConfigurationMangerImpl starts caches via a thread pool. Currently this thread
pool is the configured non blocking thread pool. We should move this instead to the
blocking thread pool until ISPN-9744 can be fixed.