Commit Graph

2 Commits

Author SHA1 Message Date
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