I am using embedded Infinispan 10.1.8
and I have a clustered cache in INVALIDATION_SYNC
mode. The cache is backed by another data store which is rarely updated which is why it's in that mode.
When a server leaves the cluster, Infinispan logs a message like this:
[Context=<cache name>] ISPN000312: Lost data because of graceful leaver <address>
Whatever was in the cache on that server is lost from memory, but since it is an invalidation cache I don't see why this would be a warning.
Is the warning unnecessary, or am I misunderstanding something about how this caching works?