summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-50240 Make CurOp::_numYields atomicJustin Seyster2020-08-121-4/+4
* SERVER-49030 Make CurOp::_start and CurOp::_end atomicJustin Seyster2020-08-041-20/+18
* SERVER-47897 CurOp should use monotonic clock source for duration measurementsJames Wahlin2020-06-101-14/+23
* SERVER-45953 Exempt internal replication oplog readers from acquiring read ti...Dianna Hohensee2020-06-031-1/+1
* SERVER-47803 Move the database level profile setting from Database into Colle...Dianna Hohensee2020-05-141-1/+1
* SERVER-48078 Remove OpDebug invariant that relies on monotonic clock sourceJames Wahlin2020-05-111-2/+2
* SERVER-31368 Log time spent waiting in BlockingResultsMergerDavid Percy2020-04-231-0/+62
* SERVER-46921 make collection of timing info opt in in PlanStageIan Boros2020-04-131-0/+4
* SERVER-43614 Added "_failPointMessage" field in CurOp for Failpoints used only.Ruoxin Xu2020-03-191-0/+16
* SERVER-46219 Unittests should log with JSON formatMark Benvenuto2020-03-031-0/+1
* SERVER-46197 Make build flag to disable diagnostic latchesBen Caimano2020-02-241-1/+5
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-231-1/+2
* SERVER-45822 Manually convert slow query and slow query-like logsMark Benvenuto2020-02-141-0/+7
* SERVER-45927 Alias for Atlas FTSMihai Andrei2020-02-121-3/+3
* SERVER-44711: Add metrics.repl.network.oplogGetMoresProcessedLingzhi Deng2020-01-281-0/+3
* SERVER-40805 Indicate reason for replanningDavid Percy2020-01-061-1/+1
* SERVER-44538 Add read/write concern fields to logging/profilingKevin Pulo2019-12-201-0/+5
* SERVER-43815 Validate cmd should report MB of I/O per second in curOp so that...Gregory Wlodarek2019-10-231-0/+4
* SERVER-43871 Use a monotonic clock source in prepare conflict trackerHaley Connelly2019-10-161-1/+1
* SERVER-43696 Ensure _prepareConflictStartTime, _prepareConflictDuration and c...Haley Connelly2019-09-301-1/+1
* SERVER-29794 Adding a comment to all commandsArun Banala2019-09-241-6/+3
* SERVER-37756 add logging for the amount of time spent blocked on a prepare co...Haley Connelly2019-09-161-0/+3
* SERVER-41362 Attach diagnostic captures to OperationContextsRahul Sundararaman2019-07-231-0/+2
* SERVER-23831 Remove fastmodinsertXin Hao Zhang2019-05-311-2/+1
* SERVER-40416 Add logging to fts document sourceTed Tuckman2019-05-231-0/+9
* SERVER-40105 Improve diagnostic information in currentOp for writeConflicts a...Louis Williams2019-04-121-3/+25
* SERVER-39848: Add flow control diagnostics.Daniel Gottlieb2019-04-091-1/+10
* SERVER-40357 expand all calls to MONGO_DISALLOW_COPYINGBilly Donahue2019-03-281-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-3/+0
* SERVER-37315 Remove 'nmoved' and 'incrementNmoved()' from OpDebugArun Banala2019-01-301-7/+0
* SERVER-37265 Change curOp and ProgressMeter for hybrid buildsLouis Williams2019-01-021-5/+8
* SERVER-38240 Added storage statistics information into the slowop log messages.nehakhatri52018-12-281-0/+3
* SERVER-37716 Implement internal match expression which matches a particular B...vrachev2018-12-211-0/+8
* SERVER-38677 Move all 'forTest' methods to a separate section of the header fileKaloian Manassiev2018-12-211-1/+1
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-0/+4
* Revert "SERVER-33303 Add stable plan cache key and use for index filters"Ian Boros2018-11-061-4/+0
* SERVER-33303 Add stable plan cache key and use for index filtersIan Boros2018-11-061-0/+4
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-9/+11
* SERVER-37003 Add activeCursor field to curOp for getMoreTed Tuckman2018-09-281-0/+9
* SERVER-26854 LockStats for sub-operations should not include wait time for pr...Xiangyu Yao2018-09-071-0/+6
* SERVER-19260 Log whether allowDiskUse:true aggregations used diskMinji2018-08-011-0/+2
* SERVER-23332 Expose query plan cache key in system.profile entry and query lo...Haley Connelly2018-07-311-0/+2
* SERVER-33135 Delete code for OP_COMMANDMathias Stearn2018-07-301-4/+4
* SERVER-35432 Add a method for printing out information about a slow transactionNathan Louie2018-07-251-0/+7
* SERVER-35434 Added an OpDebug object to SingleTransactionStats to track aggre...jinichu2018-07-091-0/+6
* SERVER-35428 Added ability to add two OpDebug objects togetherjinichu2018-07-031-16/+66
* SERVER-33870 make numYields of parent CurOps reflect child yieldssamontea2018-06-211-2/+2
* SERVER-34805 Refactor the network libraries and move messages types to rpc/pr...Andrew Morrow2018-05-051-1/+0
* SERVER-34016 Add number of contacted shards to the mongos slow query logBernard Gorman2018-03-281-0/+3
* SERVER-33309 SERVER-33310 Handle WT_PREPARE_CONFLICT. Add methods inLouis Williams2018-03-231-3/+4