Documentation Request Summary:
No documentation summary in engineering ticket
Engineering Ticket Description:
We may want to support one-shot autocommit batch writes at some point in the future, but we won't for 4.0. To ensure we're leaving the door open for that in the future, any write command that explicitly receives autocommit:true should error.
Additionally, any write command run with readConcern:snapshot outside of a multi-doc transaction should also error.
Finally any write command run inside of a multi-doc transaction should error if a writeConcern is explicitly specified for the write
Scope of changes:
- snapshot read concern
- autocommit: false
- write concern within transaction

Impact to other docs outside of this product:
MVP:
Resources:
|