Details
-
Bug
-
Resolution: Done
-
Minor - P4
-
3.1.3
-
Fully Compatible
-
ALL
-
RPL 5 06/26/16
Description
The second uassert message should use 'right' instead of 'left' because it's checking right.hasField("ts"):
db/repl/applier.cpp
uassert(ErrorCodes::FailedToParse,
|
str::stream() << "Operation missing 'ts' field': " << left,
|
left.hasField("ts"));
|
uassert(ErrorCodes::FailedToParse,
|
str::stream() << "Operation missing 'ts' field': " << left,
|
right.hasField("ts"));
|
Attachments
Issue Links
- depends on
-
SERVER-18037 DataReplicator Applier: add applyUntilAndPause behavior
-
- Closed
-