-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
Fully Compatible
-
v3.4
-
Repl 2017-10-23, Repl 2017-11-13
-
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.