Hi Pavel, I understand the differences between the sync modes in terms of when the write returns. What I want to understand is if there are consistency risks with the PrimarySync versus FullSync modes.
For example, if I have 4 nodes participating in the replicated cache (and am using the default PrimarySync mode), then the write will return once the primary node in the replicated cache has completed the write. At that point if a hard failure occurs to one of the backup servers in the replicated cache will the server that failed have an inconsistent (old) copy of that element in the replicated cache when it restarts? Raymond.