Paul Ferraro created WFLY-13764:
-----------------------------------
Summary: Hibernate 2LC uses wrong default cache configuration for timestamps
regions
Key: WFLY-13764
URL:
https://issues.redhat.com/browse/WFLY-13764
Project: WildFly
Issue Type: Bug
Components: Clustering, JPA / Hibernate
Affects Versions: 20.0.1.Final
Reporter: Paul Ferraro
Assignee: Paul Ferraro
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.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)