summaryrefslogtreecommitdiff
path: root/src/mongo/db/operation_context.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59226 Fix deadlock between uninterruptible profiling operation and ste...Wenbin Zhu2021-09-041-1/+15
* SERVER-58752 Support retrying internal transactions on transient transaction ...Cheahuychou Mao2021-09-011-0/+7
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-2/+3
* SERVER-53566: Protect ServiceContext from issuing duplicate operation IDsTyler Seip2021-03-221-2/+5
* SERVER-50660 Integrate CancelationTokens with OperationContextMatthew Saltz2020-12-221-11/+5
* SERVER-46187 When sending commands within the cluster attach maxTimeMSOpOnly ...Spencer T Brody2020-08-301-10/+2
* SERVER-49238 Ensure that OpCtxs on PrimaryOnlyService threads are interrupted...Spencer T Brody2020-08-271-1/+3
* SERVER-46962 Blacklist sync sources that are shutting downPavi Vetriselvan2020-06-261-2/+6
* SERVER-48295 Remove operation key in killAndDelistOperationAmirsaman Memaripour2020-05-191-3/+8
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-47117 clear maxTimeMSForHedgedReads delay from the getMore on hedge readsMisha Tyulenev2020-04-161-0/+21
* SERVER-47077 Clean up log lines in 'mongo/db'Amirsaman Memaripour2020-03-271-4/+2
* SERVER-46841 Make PeriodicRunner interrupt blocked operations on stopAmirsaman Memaripour2020-03-241-4/+11
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-2/+5
* SERVER-44167 Added ability to kill operations by keyBen Caimano2019-12-311-2/+15
* SERVER-44368 protect opCtx's Locker with Client lockEric Milkie2019-11-041-1/+1
* SERVER-43317 merge failpoint headers. Rewrite docs.Billy Donahue2019-10-031-1/+1
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-1/+1
* SERVER-43324 Add BasicLockableAdaptor for cleaner function APIsAlex Taskov2019-09-141-1/+1
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-7/+7
* SERVER-42821 Improve error message when operation killed because it exceeded ...Janna Golden2019-08-261-0/+6
* SERVER-41961 Remove the `NOINLINE_DECL` and replace with `MONGO_COMPILER_NOIN...ADAM David Alan Martin2019-08-151-1/+0
* SERVER-40004 Modified compareAndSwap to return booleanShelley Jain2019-06-071-1/+1
* SERVER-41034 Invariant if we get a prepare conflict inside runWithoutInterrup...Vesselina Ratcheva2019-06-051-0/+4
* SERVER-39794 Abort in-progress transactions on stepupSiyuan Zhou2019-05-141-2/+0
* SERVER-39960 Simplify opCtx::markKilledJason Carey2019-03-111-78/+18
* SERVER-38175 invariant on markKill w extra infoJason Carey2019-03-061-0/+2
* SERVER-39427 Modify interrupt semantics for opCtxJason Carey2019-03-051-1/+9
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-39150 markKillOnClientDisconnectJason Carey2019-02-101-0/+39
* SERVER-39146 Refactor BatonJason Carey2019-02-051-1/+19
* SERVER-37643 IndexBuildsCoordinatorMongod task inherits CurOp and OperationCo...Benety Goh2019-02-011-0/+4
* SERVER-30711: scope_guard rewrite, to avoid -Werror=noexcept-typeBilly Donahue2019-01-111-1/+1
* SERVER-38677 Remove the invalidations counter from TransactionParticipantKaloian Manassiev2018-12-181-0/+2
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37329 Make ShardRemote interruptable while waiting for a responseSpencer T Brody2018-09-281-1/+1
* SERVER-35679 General Interruption FacilityJason Carey2018-09-171-51/+19
* SERVER-33366 OperationContext setRecoveryUnit() & releaseRecoveryUnit() shoul...Sean Tao2018-08-101-4/+4
* SERVER-35031 Return MaxTimeMSExpired for maxTimeMS timeoutJames Wahlin2018-07-241-10/+14
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-301-3/+3
* SERVER-34739 Migrate to 1 connpool in ARSJason Carey2018-04-271-0/+6
* SERVER-33548 Enable profiling for batch writes within transactionsTess Avitabile2018-04-131-3/+3
* SERVER-33785 Prevent interrupt in clientcursormon threadCharlie Swanson2018-03-141-11/+10
* SERVER-33485 Active clients should always have a lock stateTess Avitabile2018-02-271-7/+9
* SERVER-31484 separate the operation deadline from awaitData deadline in shard...Martin Neupauer2018-01-311-11/+0
* SERVER-29609 Disable deadline while doing sharded postimage lookup for $chang...Matthew Russotto2017-10-111-2/+17
* SERVER-30298 Add UserDigest LogicalSessionIDJason Carey2017-07-261-21/+0
* SERVER-19318 Avoid taking any locks for collectionless aggregations without f...Bernard Gorman2017-07-071-2/+12
* SERVER-29852 Store session id and transaction number on all commands' Operati...Kaloian Manassiev2017-06-271-4/+33