]
Galder Zamarreño updated ISPN-4563:
-----------------------------------
Fix Version/s: 7.0.0.Final
Race condition in JCache creation for interceptors
--------------------------------------------------
Key: ISPN-4563
URL:
https://issues.jboss.org/browse/ISPN-4563
Project: Infinispan
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: CDI Integration
Affects Versions: 6.0.2.Final
Reporter: Elias Ross
Assignee: Galder Zamarreño
Fix For: 7.0.0.Final
Intercepted methods, annotated like @CacheResult, if called from multiple threads, can
attempt to create multiple caches.
Work-around is to create the cache in a @PostContruct block.