[infinispan-issues] [JBoss JIRA] (ISPN-9443) Fail when single region is accessed with multiple strategies

Tristan Tarrant (Jira) issues at jboss.org
Wed Oct 31 16:05:08 EDT 2018


     [ https://issues.jboss.org/browse/ISPN-9443?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tristan Tarrant updated ISPN-9443:
----------------------------------
    Fix Version/s: 9.4.2.Final
                       (was: 9.4.1.Final)


> Fail when single region is accessed with multiple strategies
> ------------------------------------------------------------
>
>                 Key: ISPN-9443
>                 URL: https://issues.jboss.org/browse/ISPN-9443
>             Project: Infinispan
>          Issue Type: Enhancement
>          Components: Hibernate Cache
>    Affects Versions: 9.3.1.Final
>            Reporter: Radim Vansa
>            Priority: Major
>             Fix For: 9.4.2.Final
>
>
> When we have two entities that share the same region but use different access strategies the Hibernate boot should fail. Right now there's an assertion in {{DomainDataRegionImpl.prepareFor*}} but this does not give much explanation and does not fail when assertions are disabled which leads to cryptic errors later on.
> Example:
> {code}
> @Cache(usage = CacheConcurrencyStrategy.NONSTRICT_READ_WRITE, region = "item")
> public static class NonStrictReadWriteVersionedCacheableItem { ... }
> @Cache(usage = CacheConcurrencyStrategy.READ_WRITE, region = "item")
> public static class ReadWriteVersionedCacheableItem { ... }
> {code}



--
This message was sent by Atlassian Jira
(v7.12.1#712002)


More information about the infinispan-issues mailing list