Quick Server Recovery
When a node in a MongoDB replica set goes down, it can quickly recover by rolling back recent operations that weren't fully executed. This process ensures that the server becomes consistent with the rest of the cluster without the need for a full image copy. The old primary efficiently syncs up by applying updates made during its downtime, allowing for minimal disruption and rapid restoration of service.In this clip
From this podcast

Software Engineering Radio - the podcast for professional software developers
Episode 185: Dwight Merriman on Replication
Related Questions