summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency/write_conflict_exception.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66205 Merge `WriteConflictException` and `TemporarilyUnavailableExcept...Amirsaman Memaripour2022-05-101-46/+0
* SERVER-54284 ExceptionFor<ErrorCodes::WriteConflict> should resolve to WriteC...Amirsaman Memaripour2022-04-281-24/+2
* SERVER-57680 Use namespace instead of nss for naming log attributesSanika Phanse2021-11-081-1/+1
* SERVER-60976 WriteConflictException accepts context at creationBenety Goh2021-10-261-0/+8
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-46411 Update logAndBackoff to have a logv2 style interfaceHenrik Edin2020-03-191-2/+3
* SERVER-46404 Remove shouldLog from logger V1 APIMark Benvenuto2020-02-281-2/+3
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-34180 Add more context to WriteConflict error messageMaria van Keulen2019-09-041-1/+3
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-6/+6
* SERVER-40062 Add skipWriteConflictRetries failpoint.Max Hirschhorn2019-03-131-0/+2
* SERVER-37092 Remove old server parameter APISara Golemon2019-03-031-1/+0
* SERVER-39913 Migrate write_conflict_exception set parameter to IDLSara Golemon2019-03-021-7/+0
* 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-37124 Retry full upsert path when duplicate key exception matches exac...James Wahlin2018-11-291-16/+6
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36534 don't acquire locks on oplog when writing oplog entriesEric Milkie2018-08-241-1/+3
* SERVER-31734 eliminate non-Status DBException constructorMathias Stearn2018-01-041-1/+1
* SERVER-30580 Make argument order consistently code then messageMathias Stearn2017-08-161-1/+1
* SERVER-25932 Make MONGO_EXPORT_SERVER_PARAMETER use AtomicWord instead of std...Mark Benvenuto2017-01-051-2/+2
* 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-6/+5
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-38/+27
* SERVER-17247 allow traceWriteConflictException to be set on startupMathias Stearn2015-02-131-1/+1
* SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock2015-02-061-2/+2
* SERVER-16671: remove logging for write conflict at 0, add counter, fix pauseEliot Horowitz2015-01-061-8/+7
* SERVER-16519: fix linking of WriteConflictExceptionEliot Horowitz2014-12-161-0/+10
* SERVER-16519: turn on printing write conflict traces via setParameterEliot Horowitz2014-12-161-0/+12
* SERVER-16209 LogComponent::kWrites -> kWriteMatt Kangas2014-11-181-1/+1
* SERVER-16078 SERVER-15945: consolidate WriteConflictException logging and do ...Eliot Horowitz2014-11-171-0/+63