summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/flow_control.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-261-1/+3
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-251-3/+1
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-251-1/+3
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-50232 Remove redundant condition from FlowControl::_approximateOpsBetweenDan Larkin-York2021-01-131-1/+1
* SERVER-50233 Prevent divide-by-zero in FlowControl::getNumTicketsDan Larkin-York2021-01-131-1/+1
* SERVER-50007 Extend FlowControl with shutdown supportMark Benvenuto2020-08-101-0/+8
* SERVER-44634: Account for election downtime when flow control calculates majo...Daniel Gottlieb2020-06-121-29/+30
* SERVER-48148 Log cleanup in db/storageHenrik Edin2020-05-151-6/+8
* SERVER-47735 change mongo source over to logv2Billy Donahue2020-04-261-7/+8
* SERVER-45567 removing util/log.h where I canGabriel Russell2020-02-211-1/+0
* SERVER-45869 automatically converted structured loggingGabriel Russell2020-02-131-28/+66
* SERVER-44296 Report locksPerKiloOp in Flow Control instead of locksPerOpDaniel Ernst2019-12-101-1/+3
* 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-4/+4
* SERVER-43119 FailPoint cleanupBilly Donahue2019-09-101-2/+2
* SERVER-42917 Ignore nonsensical wall clock readings in lag calculationMaria van Keulen2019-08-211-11/+17
* SERVER-42153 Remove FCV gating for flow controlXiangyu Yao2019-07-151-8/+1
* SERVER-39936 Use PeriodicRunner handles to simplify shutdown orderingBen Caimano2019-06-211-1/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-1/+1
* SERVER-41287 Measure count and duration of periods when isLagged is trueMaria van Keulen2019-06-061-17/+21
* SERVER-41345 Do not Flow Control after ticket refresher has shut downMaria van Keulen2019-05-311-4/+4
* SERVER-40447: Add FlowControl unittests and jstests.Daniel Gottlieb2019-05-201-2/+16
* SERVER-41119 Avoid slow start in Flow ControlMaria van Keulen2019-05-151-6/+7
* SERVER-41082: Avoid divide by zero in flow control.Daniel Gottlieb2019-05-101-0/+5
* SERVER-40366: Log when the flow control sustainer point is not moving.Daniel Gottlieb2019-05-031-1/+19
* SERVER-39867: Temper ticket penalties when commit lag is close to the threshold.Daniel Gottlieb2019-05-031-19/+50
* SERVER-39868 Avoid throttling replica set electionsMaria van Keulen2019-05-011-11/+10
* SERVER-39616: Throw away flow control samples when the majority point stands ...Daniel Gottlieb2019-04-261-102/+182
* SERVER-40367 Calculate Flow Control repl lag with wall clock timesMaria van Keulen2019-04-221-14/+54
* SERVER-39848: Add flow control diagnostics.Daniel Gottlieb2019-04-091-1/+2
* SERVER-39717: Protect against overflow in flow control calculations.Daniel Gottlieb2019-04-081-3/+24
* SERVER-39667: Locally disable flow control when majority reads are off.Daniel Gottlieb2019-03-281-2/+3
* SERVER-39673: Add flow control under a feature flag.Daniel Gottlieb2019-03-171-0/+279