-
Type: Task
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: Replication
-
None
-
Fully Compatible
-
Repl 2018-04-09, Repl 2018-04-23
Transactions will be allowed with readConcern levels "snapshot", "majority", or "local". Levels "majority" and "local" will upconverted to "snapshot" and keep any other options such as "afterClusterTime". Levels "majority" and "local" with "afterOpTime" will not be allowed, since "afterOpTime" is internal and not exposed to end users, and thus not supported with level:'snapshot'
- depends on
-
SERVER-34052 Require 'startTransaction':true on first operation of a multi-statement transaction
- Closed
- is duplicated by
-
SERVER-34219 readConcern parse failure on start of multi-statement transaction does not abort
- Closed
-
SERVER-33677 Test that readConcern is only allowed on the first command in a multi-statement transaction
- Closed