<div dir="ltr"><div><div><div><div><div>Hello everyone,<br><br></div>We&#39;re setting up an Infinispan deployment for a web application.  Our use case includes a local Infinispan cache (running in the same JVM as the web app) backed by a remote Infinispan cache (running in a separate JVM).<br><br></div>We have to investigate failure modes of said cache.  One of the scenarios we have to handle is &quot;What happens if the remote Infinispan cache goes away?&quot;.  This could happen for various reasons, including if we restart the remote Infinispan cache.  We would like to have some known state during remote cache outages (which we hope would happen very infrequently).<br><br></div>My conversation with &quot;ttarrant&quot; on Freenode led us to believe that Infinispan doesn&#39;t currently have any failure mode handling built in, and that it&#39;s possible that we could make the Async Store decorator optionally be able to &quot;resist&quot; store failures.  Not sure what other options we have.<br><br></div><div>The correct answer might also be, &quot;Just have the cache return null if an entry is not in the local cache and the remote cache is unresponsive, and have the application gracefully handle the empty cache&quot;.  I&#39;m not sure if that option can be implemented with the current Infinispan code.<br></div><div><br></div>Any thoughts on this?<br></div>Cosmin.<br></div>