-
Type: Bug
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: None
-
Fully Compatible
-
ALL
-
v4.4
-
Query 2020-04-20
We are not passing afterClusterTime when we do listIndexes in aggregate $merge here. So the listIndexes doesn't obey the causal consistency and runs in parallel with the createIndexes command.
This can be fixed by copying the readConcern (which holds afterClusterTime) from opCtx .
- is related to
-
SERVER-69244 $merge fails when session default read concern has been set to "majority"
- Closed