summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/flow_control.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69820 Simplify Flow control ticket acquisitionJordi Olivares Provencio2022-10-271-19/+0
* SERVER-57446 fix clang-tidy header issues and add header-filterDaniel Moody2021-08-021-1/+1
* SERVER-50007 Extend FlowControl with shutdown supportMark Benvenuto2020-08-101-0/+5
* SERVER-44634: Account for election downtime when flow control calculates majo...Daniel Gottlieb2020-06-121-3/+26
* SERVER-45881: Bypass flow control on txn metadata operations.Daniel Gottlieb2020-03-131-0/+20
* SERVER-42165 Replace uses of stdx::mutex with mongo::MutexBen Caimano2019-09-171-2/+2
* SERVER-39936 Use PeriodicRunner handles to simplify shutdown orderingBen Caimano2019-06-211-0/+2
* SERVER-41287 Measure count and duration of periods when isLagged is trueMaria van Keulen2019-06-061-0/+7
* SERVER-40447: Add FlowControl unittests and jstests.Daniel Gottlieb2019-05-201-5/+17
* SERVER-41119 Avoid slow start in Flow ControlMaria van Keulen2019-05-151-1/+2
* SERVER-41075 Remove `mongo/repl/replication_coordinator.h` from op-context vi...ADAM David Alan Martin2019-05-101-0/+2
* SERVER-40366: Log when the flow control sustainer point is not moving.Daniel Gottlieb2019-05-031-0/+2
* SERVER-39867: Temper ticket penalties when commit lag is close to the threshold.Daniel Gottlieb2019-05-031-1/+3
* SERVER-39868 Avoid throttling replica set electionsMaria van Keulen2019-05-011-1/+1
* SERVER-39616: Throw away flow control samples when the majority point stands ...Daniel Gottlieb2019-04-261-10/+23
* SERVER-40367 Calculate Flow Control repl lag with wall clock timesMaria van Keulen2019-04-221-1/+1
* SERVER-39673: Add flow control under a feature flag.Daniel Gottlieb2019-03-171-0/+107