-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
ALL
Test below. If you have 3 servers and overwhelm the master with inserts, then block it before the slaves have caught up (so, say one slave has 4000 docs and one slave has 3500 docs) they'll stay in that state forever. Seems like they should both end up with either 4000 or 3500 docs.
Run jstest/replsets/sync1.js to see this issue.