summaryrefslogtreecommitdiff
path: root/src/mongo/db/concurrency/flow_control_ticketholder.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-72087 Avoid recording flow control wait time when there is no waitMatthew Russotto2022-12-151-25/+29
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-1/+1
* SERVER-45881: Bypass flow control on txn metadata operations.Daniel Gottlieb2020-03-131-1/+1
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-3/+8
* SERVER-45662 Update Flow Control timeAcquiringMicros in currentOpMaria van Keulen2020-01-231-1/+3
* SERVER-43987 Require predicates with OperationContext::waitForConditionOrInte...Ben Caimano2019-10-171-24/+18
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-3/+3
* SERVER-41751 Stop Flow Control mechanism before PeriodicRunner shutdownMaria van Keulen2019-06-191-1/+1
* SERVER-41345 Do not Flow Control after ticket refresher has shut downMaria van Keulen2019-05-311-2/+20
* SERVER-39848: Add flow control diagnostics.Daniel Gottlieb2019-04-091-9/+50
* SERVER-39673: Add flow control under a feature flag.Daniel Gottlieb2019-03-171-0/+84