summaryrefslogtreecommitdiff
path: root/src/mongo/db/operation_context.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-48527 Aborting in-progress transactions on step-up should clear sessio...Judah Schvimer2020-06-101-0/+13
* Revert "SERVER-48527 Aborting in-progress transactions on step-up should clea...Kaloian Manassiev2020-06-091-13/+0
* SERVER-48527 Aborting in-progress transactions on step-up should clear sessio...Judah Schvimer2020-06-081-0/+13
* SERVER-48393 Exclude awaitable isMaster from serverStatus latency metricsA. Jesse Jiryu Davis2020-06-051-0/+15
* SERVER-48295 Remove operation key in killAndDelistOperationAmirsaman Memaripour2020-05-191-0/+6
* SERVER-47117 clear maxTimeMSForHedgedReads delay from the getMore on hedge readsMisha Tyulenev2020-04-161-1/+13
* SERVER-44167 Added ability to kill operations by keyBen Caimano2019-12-311-3/+18
* SERVER-44510 Implement exhaust isMasterTess Avitabile2019-12-161-0/+17
* SERVER-43712 mongos use ReadWriteConcernDefaults for RCKevin Pulo2019-11-291-0/+15
* SERVER-44368 protect opCtx's Locker with Client lockEric Milkie2019-11-041-2/+4
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-1/+1
* SERVER-43987 Require predicates with OperationContext::waitForConditionOrInte...Ben Caimano2019-10-171-3/+3
* SERVER-29794 Adding a comment to all commandsArun Banala2019-09-241-0/+13
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-43324 Add BasicLockableAdaptor for cleaner function APIsAlex Taskov2019-09-141-3/+2
* SERVER-40466 Unify checks for being in a multi-document transactionSamy Lanka2019-08-081-0/+17
* SERVER-41034 Invariant if we get a prepare conflict inside runWithoutInterrup...Vesselina Ratcheva2019-06-051-0/+2
* SERVER-39868 Avoid throttling replica set electionsMaria van Keulen2019-05-011-0/+9
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-3/+4
* SERVER-39960 Simplify opCtx::markKilledJason Carey2019-03-111-19/+0
* SERVER-39427 Modify interrupt semantics for opCtxJason Carey2019-03-051-0/+12
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39150 markKillOnClientDisconnectJason Carey2019-02-101-0/+4
* SERVER-39146 Refactor BatonJason Carey2019-02-051-3/+7
* SERVER-37643 IndexBuildsCoordinatorMongod task inherits CurOp and OperationCo...Benety Goh2019-02-011-0/+5
* SERVER-38813 Replace AlternativeOpCtx with AlternativeClientRegionSiyuan Zhou2019-01-281-29/+0
* SERVER-38677 Remove the invalidations counter from TransactionParticipantKaloian Manassiev2018-12-181-5/+6
* SERVER-35879 Reconstitute prepared transactions at end of startup recoverySamy Lanka2018-12-141-0/+29
* SERVER-38449 convert invariant in TemporaryKVRecordStore to fassertBenety Goh2018-12-111-0/+1
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-35679 General Interruption FacilityJason Carey2018-09-171-109/+57
* SERVER-33366 OperationContext setRecoveryUnit() & releaseRecoveryUnit() shoul...Sean Tao2018-08-101-2/+2
* SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeoutJames Wahlin2018-07-241-6/+8
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-0/+17
* SERVER-33690 Transaction abort and commit should kill any associated client c...James Wahlin2018-04-161-18/+0
* SERVER-33548 Enable profiling for batch writes within transactionsTess Avitabile2018-04-131-12/+4
* SERVER-33942 Avoid setting deadline for maxTimeMS on tailable cursorsCharlie Swanson2018-04-051-8/+0
* SERVER-32638: Allow lock acquisition to be interruptableLouis Williams2018-03-011-79/+1
* SERVER-33485 Active clients should always have a lock stateTess Avitabile2018-02-271-3/+2
* SERVER-33223 Add transaction resource stashJames Wahlin2018-02-161-6/+74
* SERVER-31484 separate the operation deadline from awaitData deadline in shard...Martin Neupauer2018-01-311-23/+0
* SERVER-31684 Fix unexpected "operation exceeded time limit" errorsMartin Neupauer2017-12-181-0/+8
* Revert "SERVER-31684 Fix unexpected "operation exceeded time limit" errors"Spencer Jackson2017-12-141-8/+0
* SERVER-31684 Fix unexpected "operation exceeded time limit" errorsMartin Neupauer2017-12-121-0/+8
* SERVER-31664 Fix use after free of OperationContext by ExpressionDate*James Wahlin2017-10-301-1/+6
* SERVER-29609 Disable deadline while doing sharded postimage lookup for $chang...Matthew Russotto2017-10-111-0/+28
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-2/+2
* SERVER-30298 Add UserDigest LogicalSessionIDJason Carey2017-07-261-10/+0
* SERVER-29852 Store session id and transaction number on all commands' Operati...Kaloian Manassiev2017-06-271-1/+32
* SERVER-29469 Delete OperationContextImpl classMathias Stearn2017-06-071-14/+2