Details
-
Task
-
Status: Closed
-
Major - P3
-
Resolution: Fixed
-
None
-
Fully Compatible
-
v3.4
-
Repl 2017-10-23, Repl 2017-11-13
-
0
Description
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.