-
Bug
-
Resolution: Done
-
Critical
-
20.0.1.Final
-
None
When query caching is enabled, Infinispan's region factory should, by default, use the "timestamps" cache configuration for timestamps region - however, it currently defaults to the "local-query" cache configuration.
This is particularly problematic for HA configurations, which can cause applications to use a local-cache for timestamps (instead of a replicated-cache), resulting in stale queries being returned from the cache.
- causes
-
JBEAP-20461 [GSS](7.3.z) Confusing INFO message when using query cache
- Closed