[infinispan-issues] [JBoss JIRA] (ISPN-6753) Ignore cache not found on remote when using invalidation caches

Dan Berindei (JIRA) issues at jboss.org
Tue Oct 25 03:45:00 EDT 2016


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

Dan Berindei resolved ISPN-6753.
--------------------------------
    Resolution: Duplicate Issue


Duplicate of ISPN-6721. Ignoring {{SuspectException}} and {{CacheNotFoundResponse}} should be the default since 8.2.2.Final, so there's no need for a new option.

> Ignore cache not found on remote when using invalidation caches
> ---------------------------------------------------------------
>
>                 Key: ISPN-6753
>                 URL: https://issues.jboss.org/browse/ISPN-6753
>             Project: Infinispan
>          Issue Type: Enhancement
>          Components: Core
>    Affects Versions: 8.2.2.Final
>            Reporter: Karl von Randow
>
> We are using Infinispan as a 2LC for Hibernate. Cache regions are dynamically created, named for Hibernate entities. They clone the {{entity}} cache configuration and create new regions. This works great. 
> We have a cluster of five application servers, each running the same stack and participating in the invalidation cluster.
> When we roll out a new version across our application servers we sometimes add, remove or rename entities. If we've removed an entity this causes that cache to not exist on the newly updated application server. This causes the other application servers, not yet updated, to try to send invalidation messages to the new one and when they discover that the cache isn't running they throw a {{SuspectException}} and start to fail.
> In {{AbstractTransport}} there is an option to ignore the {{CacheNotFoundResponse}}. That does not appear to be set in my case. I haven't found a configuration option to have this set. With apologies if it is already available: Would it be possible to add an option to ignore the cache not found responses?
> If it is something that should be added I am happy to attempt to supply a PR.



--
This message was sent by Atlassian JIRA
(v6.4.11#64026)


More information about the infinispan-issues mailing list