-
Type:
Task
-
Status: Closed
-
Priority:
Major - P3
-
Resolution: Fixed
-
Affects Version/s: None
-
Component/s: Replication
-
Labels:
-
Backwards Compatibility:Fully Compatible
-
Backport Requested:v3.4
-
Sprint:Repl 2017-10-23, Repl 2017-11-13
-
Linked BF Score:0
The simplest approach is probably just to print out the value of the two entries, oplogEntry and otherOplogEntry that are compared here:
if (!bsonBinaryEqual(oplogEntry, otherOplogEntry)) {
|
This is to aid diagnostics when the check fails.