With Infinispan v9, my app uses a distributed async cache mode where number of cluster-wide data replicas is 3.
Let's say data owner/replica of cache entry 123 is in Nodes A, B, C.
With this, I have two questions (assuming they were not caused by network issues)
- If Node C enquires for entry 123, is it possible that Node C will find the entry missing due to replication delay?
- If Node D enquires for entry 123, is it possible that Node D will find the entry missing due to some sort of lag?