[jboss-jira] [JBoss JIRA] (WFLY-13764) Hibernate 2LC uses wrong default cache configuration for timestamps regions

Paul Ferraro (Jira) issues at jboss.org
Tue Aug 11 16:53:00 EDT 2020


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)



More information about the jboss-jira mailing list