summaryrefslogtreecommitdiff
path: root/src/mongo/db/operation_context.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74990 Make query sampling handle legacy WouldChangeOwningShard updatesCheahuychou Mao2023-03-171-11/+11
* SERVER-59419 Move runWithoutInterruptionExceptAtGlobalShutdown to OperationCo...George Wangensteen2023-02-081-20/+42
* SERVER-73255 Make sure that query sampling handles WouldChangeOwningShard upd...Cheahuychou Mao2023-02-021-0/+16
* SERVER-71440 Remove OpCtx::setIgnoreInterruptsExceptForReplStateChangeSteve Tarzia2023-01-271-19/+0
* SERVER-71484 Store telemetry key on OpDebugMaddie Zechar2023-01-231-12/+0
* SERVER-71143: rewrite planning time metric to be maintained/stored by CurOp/O...Maddie Zechar2023-01-131-28/+0
* SERVER-69152 Always acquire the client lock before setting LSIDSaman Memaripour2022-12-081-2/+3
* SERVER-70647 Add entries to telemetry cache for find and getMore requestsJennifer Peshansky2022-11-141-0/+13
* SERVER-70646 Compute and add query planning time to PlanSummaryStatsMaddie Zechar2022-11-091-0/+29
* SERVER-69820 Simplify Flow control ticket acquisitionJordi Olivares Provencio2022-10-271-9/+0
* SERVER-43076 Pass OperationContext through commit and rollback handlersHenrik Edin2022-09-201-2/+9
* SERVER-66854 Prevent step-up ops from being killed by killSessions commandsVesselina Ratcheva2022-08-251-0/+26
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-2/+2
* SERVER-66975 Warn upon SASL commands being compressedGabriel Marks2022-07-251-0/+17
* SERVER-66353 Add concurrency information to OperationContext::setAlwaysInterr...George Wangensteen2022-05-231-1/+7
* SERVER-65460 Set allowDiskUse to false in read-only modeRomans Kasperovics2022-05-041-1/+1
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-221-0/+13
* SERVER-63143 Operation can be interrupted by maxTimeMS timeout while waiting ...Matthew Russotto2022-02-101-0/+10
* SERVER-59647: Test maximum client document size thresholds specfically for re...Daniel Gottlieb2021-11-241-1/+0
* SERVER-60741 Change eligible find operations to not reposition cursors across...Ian Boros2021-11-181-8/+7
* SERVER-58756 Store stmtIds for the operations in retryable internal transacti...Cheahuychou Mao2021-10-291-0/+6
* SERVER-59226 Fix deadlock between uninterruptible profiling operation and ste...Wenbin Zhu2021-09-041-0/+11
* SERVER-58752 Support retrying internal transactions on transient transaction ...Cheahuychou Mao2021-09-011-0/+19
* SERVER-58403 Serialize concurrent accesses to OperationContext::_commentJennifer Peshansky2021-07-271-0/+7
* SERVER-51334: Only allow the temporary resharding collection on FCV 4.7+Daniel Gottlieb2021-03-241-0/+27
* SERVER-53230: Rename cancelation -> cancellation everywhereTyler Seip2021-03-231-5/+5
* SERVER-53566: Protect ServiceContext from issuing duplicate operation IDsTyler Seip2021-03-221-3/+8
* SERVER-52783: Make tenant_migration_donor_util::checkIfCanReadOrBlock return ...Andrew Shuvalov2021-01-111-1/+3
* SERVER-50660 Integrate CancelationTokens with OperationContextMatthew Saltz2020-12-221-0/+14
* SERVER-53427 Infrastructure changes to support nested LFR operationsDianna Hohensee2020-12-181-12/+15
* SERVER-52748 Fix txn-continuing cmds with API params via mongosA. Jesse Jiryu Davis2020-11-111-0/+7
* SERVER-51396 Add a LockFreeReadsBlock that sets a flag on the OperationContex...Dianna Hohensee2020-11-021-0/+41
* SERVER-46187 When sending commands within the cluster attach maxTimeMSOpOnly ...Spencer T Brody2020-08-301-0/+14
* SERVER-49237 Add a way for OperationContexts to opt-in to always getting inte...Spencer T Brody2020-08-251-0/+20
* SERVER-49122 Implement dateFromParts expression for date manipulation in SBEEric Cox2020-07-241-0/+7
* 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