-
Type: Bug
-
Resolution: Gone away
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Storage
-
None
-
ALL
-
Storage NYC 2018-03-26
Currently, performing vectored inserts generates OpTimes for every insert operation, which sets the commit_timestamp on the current WiredTiger transaction for every operation here.
This is problematic because calling prepare_transaction is not possible after a commit timestamp has been set.
The OpTime should be generated once the transaction commits.
- related to
-
SERVER-33306 Add prepareUnitOfWork method to RecoveryUnit
- Closed