-
Bug
-
Resolution: Done
-
Major
-
25.0.1.Final
-
None
Currently, WildFly auto-enables the simple cache optimization if a given cache meets all of the following criteria:
- LOCAL
- on-heap
- non-transactional
- non-persistent/passivating
However, since statistics collection requires an interceptor stack, if the simple cache is enabled, Infinispan will be unable to collect statistics.
- is cloned by
-
JBEAP-22746 (7.4.z) WFLY-15677 - Disable simple cache optimization when statistics are enabled
- Closed