With causal consistency going as default and therefore with readConcern with afterClusterTime being added to every command by shell or driver it becomes important to always ensure that the readConcern requirement is met.
as
This task will
1. change the name of supportsReadConcern to supportsReadConcernMajority to reflect its semantics
2. change mongo shell to add the readConcern to all commands that do not write.
- is duplicated by
-
SERVER-30463 add support for readConcern to explain
- Closed