summaryrefslogtreecommitdiff
path: root/src/mongo/db/storage/flow_control.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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