-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: 9.10
-
Fix Version/s: None
-
Component/s: Replication
In the initial phase of the MongoDB replication computation, we fetch the start timestamp to replicate the oplog by walking thru the oplog and taking the last value of a MongoDB Oplog.
Sometimes it happens that the timestamp is not well found and resolves to 0, relaunching the replication of the full MongoDB oplog.
The mecanism has to be enforced.