summaryrefslogtreecommitdiff
path: root/src/mongo/db/curop.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-53115 check client before dereferencingBilly Donahue2020-12-041-4/+6
* Revert "SERVER-50867 Roll back ServiceStateMachine changes temporarily"Ben Caimano2020-12-031-0/+7
* SERVER-53137 The CurOp constructor should initialize its variables prior to b...Gregory Wlodarek2020-12-011-8/+16
* SERVER-51489 Add client IP to slow query log lines in server logsAmirsaman Memaripour2020-11-251-0/+4
* SERVER-52556 Versioned CollectionCatalog. Writes are performed using copy-on-...Henrik Edin2020-11-131-1/+1
* SERVER-50865 Collect resource consumption metrics for index buildsLouis Williams2020-11-021-4/+4
* SERVER-49336 Set ClientMetadata before CommandInvocations are runBen Caimano2020-10-151-16/+9
* SERVER-51023 Collect document bytes read for operation resource consumption m...Louis Williams2020-10-141-11/+20
* SERVER-51031 Report operation resource consumption metrics in the profiler an...Louis Williams2020-10-021-0/+16
* SERVER-43909 clarify and repair util/hex.h APIBilly Donahue2020-09-151-9/+9
* SERVER-50867 Roll back ServiceStateMachine changes temporarilyBen Caimano2020-09-141-7/+0
* SERVER-49102 Fix missing nUpsertedDavid Percy2020-09-051-0/+1
* SERVER-49102 Custom filter for logging/profilingDavid Percy2020-09-041-56/+383
* SERVER-34118 Log number of upserts performedNikita Lapkov2020-09-031-4/+17
* SERVER-48980 Associate ServiceExecutors with ClientsBen Caimano2020-08-311-0/+7
* SERVER-50240 Make CurOp::_numYields atomicJustin Seyster2020-08-121-2/+2
* SERVER-49030 Make CurOp::_start and CurOp::_end atomicJustin Seyster2020-08-041-7/+53
* SERVER-41763 Remove comment when truncating queriesMindaugas Malinauskas2020-06-231-3/+5
* SERVER-47897 CurOp should use monotonic clock source for duration measurementsJames Wahlin2020-06-101-7/+10
* SERVER-45953 Exempt internal replication oplog readers from acquiring read ti...Dianna Hohensee2020-06-031-1/+1
* SERVER-48495 fix up the errName filed of the slow query logGabriel Russell2020-06-021-1/+1
* SERVER-48148 Cleanup of execution logs in db/Henrik Edin2020-05-151-2/+2
* SERVER-47803 Move the database level profile setting from Database into Colle...Dianna Hohensee2020-05-141-4/+2
* SERVER-47854 Validation reports MB of I/O per second in the currentOp command...Gregory Wlodarek2020-05-011-0/+8
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-31368 Log time spent waiting in BlockingResultsMergerDavid Percy2020-04-231-0/+13
* SERVER-47578 Delete util/log.h and remove use of logv1 to logv2 appenderHenrik Edin2020-04-151-1/+0
* SERVER-47077 Clean up log lines in 'mongo/db'Amirsaman Memaripour2020-03-271-12/+19
* SERVER-46875 Fix log component of slow query logHenrik Edin2020-03-191-1/+1
* SERVER-43614 Added "_failPointMessage" field in CurOp for Failpoints used only.Ruoxin Xu2020-03-191-0/+4
* SERVER-46219 Unittests should log with JSON formatMark Benvenuto2020-03-031-4/+15
* SERVER-46197 Make build flag to disable diagnostic latchesBen Caimano2020-02-241-0/+3
* SERVER-46156 Deprecate LogstreamBuilder and more manual log conversionsHenrik Edin2020-02-231-4/+5
* SERVER-46219 Unittests always uses text even if the server uses JSON.Henrik Edin2020-02-181-7/+6
* SERVER-45138 Add MONGO_CONFIG_JSON_LOG_DEFAULT define to use JSON logs by def...Henrik Edin2020-02-141-1/+1
* SERVER-45822 Manually convert slow query and slow query-like logsMark Benvenuto2020-02-141-1/+184
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-5/+13
* SERVER-45927 Alias for Atlas FTSMihai Andrei2020-02-121-3/+3
* SERVER-43069: Condition logging for slow ops on sample rateXuerui Fa2020-02-071-8/+10
* Revert "SERVER-43069: Condition logging for slow ops on sample rate"Xuerui Fa2020-02-071-10/+8
* SERVER-43069: Condition logging for slow ops on sample rateXuerui Fa2020-02-051-8/+10
* SERVER-44711: Add metrics.repl.network.oplogGetMoresProcessedLingzhi Deng2020-01-281-0/+9
* SERVER-45058 Report currentOp.active as false when internal services block on...Amirsaman Memaripour2020-01-231-1/+1
* SERVER-44821 accessing db.system.profile and currentOp storage stats should n...Benety Goh2020-01-081-0/+3
* SERVER-40805 Indicate reason for replanningDavid Percy2020-01-061-3/+11
* SERVER-44167 Added ability to kill operations by keyBen Caimano2019-12-311-0/+5
* SERVER-44538 Add read/write concern fields to logging/profilingKevin Pulo2019-12-201-0/+22
* SERVER-43815 Validate cmd should report MB of I/O per second in curOp so that...Gregory Wlodarek2019-10-231-0/+11
* SERVER-42967 SERVER-42895 SERVER-44086 Expand DiagnosticInfo hooks in Interru...Ben Caimano2019-10-211-0/+2
* SERVER-43871 Use a monotonic clock source in prepare conflict trackerHaley Connelly2019-10-161-3/+6