Documentation Request Summary:
No documentation summary in engineering ticket
Engineering Ticket Description:
If a cursor was created in a transaction (or snapshot read), it should not be allowed to getMore it outside of that transaction. If a cursor was not created in a transaction (or snapshot read), it should not be allowed to getMore it inside a transaction.
Additionally, a cursor should be iterated in a session iff it was created in that session.
Scope of changes:
- transactions/startTransactions/limits via transactions-operations-crud extract
- getMore
- 4.0 – just for the sessions blurb – not txn
Impact to other docs outside of this product:
MVP:
Resources:
|