summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency/d_concurrency_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-33/+33
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-4/+4
* SERVER-39860 Separate reporting of RSTL and PBWM locks metrics in serverStatu...Dianna2019-05-141-33/+27
* SERVER-40498 Side transaction keeps the same lockerSiyuan Zhou2019-05-031-0/+30
* SERVER-40688 Make CollectionLock take NamespaceStringGeert Bosch2019-04-171-10/+11
* SERVER-40069 Fix global lock tracking for txnsJudah Schvimer2019-04-171-42/+41
* SERVER-40604 Make CollectionLock interruptibleGeert Bosch2019-04-151-7/+51
* SERVER-40105 fix unittestsLouis Williams2019-04-121-3/+3
* Revert "SERVER-40069 Fix global lock tracking for txns"Benety Goh2019-03-291-32/+33
* SERVER-40069 Fix global lock tracking for txnsA. Jesse Jiryu Davis2019-03-281-33/+32
* SERVER-40020 Make isCollectionLockHeldForMode take NamespaceString, not Strin...Geert Bosch2019-03-071-7/+7
* SERVER-39092 ReplicationStateTransitionLockGuard should be resilient to excep...Suganthi Mani2019-03-071-0/+36
* SERVER-39139 Make lock mode for ReplicationStateTransitionLockGuard configurableVesselina Ratcheva2019-03-061-4/+5
* SERVER-39425 Improve lock acquisition contractXiangyu Yao2019-02-201-104/+129
* SERVER-39106 GlobalLock acquisition should throw if its ticket acquisition ti...Xiangyu Yao2019-02-111-0/+25
* SERVER-38511 Avoid killing read operations on stepdown, gated by new server p...Suganthi Mani2019-01-231-21/+121
* SERVER-38282 RSTL lock guard refactoringSiyuan Zhou2019-01-111-0/+57
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-1/+1
* SERVER-36644 remove AtomicWord typedefsBilly Donahue2019-01-071-5/+5
* SERVER-38404 lockComplete can incorrectly skip checking if the operation cont...Louis Williams2018-12-141-0/+28
* SERVER-37989 introduce a new ReplicationStateTransitionLock resourceJudah Schvimer2018-11-181-1/+149
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-36531 Lock acquisition may throw despite use of UninterruptibleLockGua...Louis Williams2018-08-291-0/+47
* SERVER-33366 OperationContext setRecoveryUnit() & releaseRecoveryUnit() shoul...Sean Tao2018-08-101-2/+2
* SERVER-36011 Remove MMAPv1 lockmanager supportGeert Bosch2018-07-111-105/+77
* SERVER-35428 Added ability to add two OpDebug objects togetherjinichu2018-07-031-3/+4
* SERVER-34798 Remove ServiceContext subclasses and use new ServiceContext in e...Andy Schwerin2018-06-221-41/+28
* SERVER-33244 All lock acquisitions for transaction operations obey maxTransac...Dianna Hohensee2018-05-141-0/+38
* SERVER-33674 Require GlobalLocks with deadlines to specify interrupt behavior...Louis Williams2018-04-301-63/+193
* SERVER-27534 All writing operations must fail if the term changes.Justin Seyster2018-04-181-0/+74
* SERVER-34469 fix off-by-one error in CollectionLockTimeout testEric Milkie2018-04-161-1/+2
* Revert "SERVER-27534 All writing operations must fail if the term changes."Justin Seyster2018-04-131-74/+0
* SERVER-33548 Enable profiling for batch writes within transactionsTess Avitabile2018-04-131-2/+2
* SERVER-27534 All writing operations must fail if the term changes.Justin Seyster2018-04-121-0/+74
* SERVER-33473 Make WT ticket acquisition interruptibleLouis Williams2018-03-061-1/+41
* SERVER-33203 add benchmark canary testsRobert Guo2018-03-021-117/+0
* SERVER-32638 Rename interruptable to interruptibleLouis Williams2018-03-011-7/+7
* SERVER-32638: Allow lock acquisition to be interruptableLouis Williams2018-03-011-0/+117
* SERVER-33485 Active clients should always have a lock stateTess Avitabile2018-02-271-27/+25
* SERVER-33289 Release WT tickets when stashing RecoveryUnitTess Avitabile2018-02-261-0/+43
* SERVER-33233 Don't stall ftdc due to running out of ticketsBruce Lucas2018-02-201-2/+21
* SERVER-33265 Reduce test run time for lock_manager_test and catalog_raii_testXiangyu Yao2018-02-121-3/+3
* SERVER-33222 Don't call abandonSnapshot in GlobalLock destructor when in Writ...James Wahlin2018-02-121-2/+30
* SERVER-32682 Use deadline-oriented mechanism for lock timeoutXiangyu Yao2018-02-091-62/+83
* SERVER-32682 Allow AutoGet helpers to specify lock timeoutXiangyu Yao2018-02-091-0/+44
* SERVER-32682 Change GlobalLock timeout type to MillisecondsXiangyu Yao2018-02-091-42/+42
* SERVER-32242 Fix race in CompatibleFirstStress lock manager testGeert Bosch2017-12-111-3/+0
* SERVER-31997 Add more unit tests for CompatibleFirst policyGeert Bosch2017-12-051-0/+205
* SERVER-30530 WCE retry loop runs argument function without retry logic if in ...Benety Goh2017-09-191-1/+41
* SERVER-30371 add tests for downgrading global lock from MODE_X to MODE_IXBenety Goh2017-09-051-0/+146