]
Tristan Tarrant updated ISPN-10614:
-----------------------------------
Status: Open (was: New)
Creation of indexed queries via the CacheAdmin API fails
--------------------------------------------------------
Key: ISPN-10614
URL:
https://issues.jboss.org/browse/ISPN-10614
Project: Infinispan
Issue Type: Bug
Components: Configuration
Affects Versions: 10.0.0.CR2
Reporter: Tristan Tarrant
Assignee: Tristan Tarrant
Priority: Major
Fix For: 10.0.0.Final
The QueryInterceptor cannot be added when a cache is created from the
GlobalConfigurationManager since it happens within a persistence thread. We should use the
async pool for creating/removing caches.