summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency/write_conflict_exception.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49396 Only activate skipWriteConflictRetries failpoint for user connec...Louis Williams2020-07-271-2/+6
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-2/+3
* SERVER-40062 Add skipWriteConflictRetries failpoint.Max Hirschhorn2019-03-131-1/+4
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-1/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35428 Added ability to add two OpDebug objects togetherjinichu2018-07-031-1/+1
* SERVER-31622 Fix bad throwsMathias Stearn2017-11-021-1/+4
* SERVER-30530 WCE retry loop runs argument function without retry logic if in ...Benety Goh2017-09-191-0/+12
* SERVER-29544 Remove references to deprecated macroIan Kuehne2017-07-071-6/+0
* SERVER-29985 Remove unused variable in write_conflict_exception.hKaloian Manassiev2017-07-061-2/+2
* SERVER-29544 Remove deprecated macro calls.Ian Kuehne2017-07-031-24/+0
* SERVER-29233 Sanitize MONGO_WRITE_CONFLICT_RETRY_LOOP_BEGIN/_ENDNathan Myers2017-06-081-20/+20
* SERVER-29233 Improve writeConflictRetryNathan Myers2017-06-081-3/+14
* SERVER-29233 Deprecate MONGO_WRITE_CONFLICT_RETRY_LOOP_BEGINNathan Myers2017-05-191-0/+21
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-1/+1
* SERVER-21097 Add a lint rule to prohibit std::atomic, add NOLINT to existing ...Andy Schwerin2015-10-231-1/+1
* SERVER-20096: ExportedServerParameter<T> is not thread-safe for parameters ch...Mark Benvenuto2015-09-221-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-35/+41
* Revert "Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::g...Ernie Hershey2015-05-181-1/+1
* Revert "SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(Opera...Ernie Hershey2015-05-181-1/+1
* SERVER-18515 Replace OperationContext::getCurOp with CurOp::get(OperationCont...Andy Schwerin2015-05-181-1/+1
* SERVER-18171: Rename commitAndRestart to abandonSnapshotGeert Bosch2015-05-151-1/+1
* SERVER-17689: handle wce better in initial syncScott Hernandez2015-04-231-1/+1
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-17053 restart transaction on WCE retryEric Milkie2015-01-271-2/+4
* SERVER-17053 Macros to wrap up the write conflict retry loop behaviors.Andy Schwerin2015-01-261-0/+11
* SERVER-16519: turn on printing write conflict traces via setParameterEliot Horowitz2014-12-161-1/+7
* SERVER-16078 SERVER-15945: consolidate WriteConflictException logging and do ...Eliot Horowitz2014-11-171-0/+10
* SERVER-14425: rename DeadLockException to WriteConflictExceptionEliot Horowitz2014-11-031-0/+49