-
Type: Bug
-
Resolution: Done
-
Priority: Major - P3
-
Affects Version/s: 3.0.3
-
Component/s: Replication
-
None
-
Fully Compatible
-
ALL
-
RPL 5 06/26/16
Currently, write concern can fail to be satisfied even when sufficient nodes receive the write, if one of the nodes received it while initial syncing. Consider the following:
- 2 nodes started as a replicaset
- replSetInitiate is ran and the set is then hammered with w:2 writes
- one node becomes primary and accepts a write
- the other node receives the write through initial sync and does not report this progress
- related to
-
SERVER-17934 Do not report upstream progress while in state STARTUP2
- Closed
-
SERVER-19244 Secondary position information can be erroneous if nodes leave and rejoin a cluster with less data than before
- Closed
-
SERVER-18110 Add Reporter to Data Replicator
- Closed