]
Nistor Adrian updated ISPN-11170:
---------------------------------
Git Pull Request: (was:
Infinispan directory does not work with pre-declared indexed
entities
---------------------------------------------------------------------
Key: ISPN-11170
URL:
https://issues.redhat.com/browse/ISPN-11170
Project: Infinispan
Issue Type: Bug
Components: Embedded Querying
Affects Versions: 8.2.0.Final
Reporter: Nistor Adrian
Assignee: Nistor Adrian
Priority: Major
Fix For: 10.1.1.Final, 9.4.18.Final
This config combination leads to a circular initialisation dependency of the infinispan
directory which has the potential to lead to deadlock, depending on the order the user
cache and the infinispan directory's internal caches are started.
This problem of cache dependencies was always known and the LifecycleManager of query
module has code to mitigate it. Unfortunately the code is wrong.