Commit Graph

4 Commits

Author SHA1 Message Date
Adityavardhan Agrawal
0c82c0cfa3 SERVER-33182 Remove atomic applyOps 2022-11-10 22:27:34 +00:00
Kevin Albertson
bfc6cfe5fa SERVER-25640 check dbhashes in stopSet 2018-01-22 12:05:07 -05:00
Benety Goh
e7de303085 SERVER-29802 add applyOps 'allowAtomic' flag.
This flag supports non-atomic application of CRUD operations if set to false.
Defaults to true.
2017-08-02 19:27:24 -04:00
Benety Goh
f0d41183e7 SERVER-30049 applyOperation_inlock() allows exceptions from Collection::insertDocument() to percolate to caller
This specifically addresses the case where a WriteConflictException is thrown from insertDocument().
Converting this exception into a status will not allow the write conflict retry loops in callers to
work properly.
2017-07-25 17:41:58 -04:00