-
Type: Improvement
-
Resolution: Duplicate
-
Priority: Minor - P4
-
None
-
Affects Version/s: 1.2.0
-
Component/s: None
-
None
Currently, the library restricts inheriting a Collection's read concern if it has the "majority" level and aggregate() will write, due to a server limitation (see: SERVER-20214). Should that limitation be lifted in a later server version, we can relax this library restriction (see: SERVER-20445).
Note: we do not restrict a user-supplied read concern option. If a user supplies a "majority" read concern to aggregate() and it would write, we rely on the server to report an error.
- depends on
-
SERVER-20445 Add support for majority read concern level to Aggregation $out
- Closed
- is duplicated by
-
PHPLIB-413 Add support for majority read concern level to Aggregation $out
- Closed
- is related to
-
SERVER-38117 Add support for majority read concern level to MapReduce
- Closed
-
SERVER-20214 Stop supporting majority read concern level with MapReduce and Aggregation $out
- Closed