-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Querying, Replication
-
None
-
Fully Compatible
-
ALL
-
Repl 2018-05-21
-
18
We set shouldReadAtLastAppliedTimestamp on the recovery unit in db_raii.cpp (AutoGetCollectionForRead) before we know what the correct readConcern is, then we fail to reset it when we get the correct readConcern from the cursor. This applies to both the getMore command and the OP_GETMORE wire protocol read.