-
Sub-task
-
Resolution: Duplicate
-
Major
-
None
-
None
-
None
In the current implementation, each Infinispan node has its own state/view if the remote site is online or offline. This can cause some confusion (like Infinispan reports mixed state) and weird inconsistency as some nodes are replicating the state and others don't.
An internal cache (or using JGroups directly) to keep this information will keep a global status shared between the nodes.