When using WiredTiger, if a WriteConflictException happens with a single update, the operation returns nModified: 0 to the client, and the document is not updated.
- duplicates
-
SERVER-15998 Don't fall-through on WriteConflictExceptions in write command update
- Closed