Pick one and press Start, then click Next › to step through it.
Watch for
The compare descending only the one branch that differs and pruning the rest — then the roots matching after sync.
More about this scenario
You'll learn
How replicas find and fix their differences by exchanging hashes, not data — the core of anti-entropy repair.
How it runs
Each SET updates a leaf and re-hashes the path to the root. COMPARE checks the two roots; if they differ it walks down only the branches whose hashes disagree, isolating the changed leaf. SYNC copies the newer value across.