summaryrefslogtreecommitdiff
path: root/src/mongo/db/process_health/fault_manager.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-59375 SERVER-62373 additional serverStatus sections for health checksAndrew Shuvalov2022-01-111-0/+47
* SERVER-62204 do not schedule health check if observer is not enabledLaMont Nelson2021-12-291-24/+19
* SERVER-62202 add observer type as string to log 5936504Davis Haupt2021-12-291-0/+1
* SERVER-62197: Get rid of potential deadlock.Kshitij Gupta2021-12-291-5/+2
* SERVER-60944 Simplify Fault class hierarchy and interface for updating fault ...Davis Haupt2021-12-291-36/+30
* SERVER-59368 runtime change of intensities valuesAndrew Shuvalov2021-12-291-30/+119
* SERVER-62098: Guard access to healthCheckContexts with a mutexKshitij Gupta2021-12-291-7/+16
* SERVER-62096 test should not rely on /smaps, reduce verbosityAndrew Shuvalov2021-12-291-1/+1
* SERVER-62280: Check if periodic health check thread disabled.Kshitij Gupta2021-12-281-2/+1
* SERVER-61873 add configurable health observer parametersDavis Haupt2021-12-281-1/+2
* SERVER-59382: Enforce non-critical facets not entering ActiveFault stateKshitij Gupta2021-12-281-6/+8
* SERVER-61914: add fault facet details to FaultImpl::toBSONKshitij Gupta2021-12-281-11/+9
* SERVER-59397 fixed backport merge conflict and used the token for extra safetyAndrew Shuvalov2021-12-281-2/+4
* SERVER-59397 Add jitter when scheduling next health checkLaMont Nelson2021-12-281-7/+32
* SERVER-59365: Use the new state machine.Kshitij Gupta2021-12-281-162/+282
* SERVER-61872 Fixed thread pool starvation in FaultManagerAndrew Shuvalov2021-12-281-3/+9
* SERVER-59373 adds new server status sectionAndrew Witten2021-12-281-2/+13
* SERVER-61368 SERVER-61315 Ldap health check executor should support aborted t...Andrew Shuvalov2021-12-281-1/+6
* SERVER-61071 Removes all instances of `HealthObserverIntensity`Andrew Witten2021-12-281-1/+5
* SERVER-62259 Replace cancellation tokens in the health monitoring backport to...Andrew Shuvalov2021-12-281-3/+2
* SERVER-59366 Progress monitor for periodic health checkAndrew Shuvalov2021-12-281-12/+50
* SERVER-59396 Adds server parameter `healthMonitoring`Andrew Witten2021-12-281-1/+2
* SERVER-62259 refactor TransientFaultDeadline cancellation token for the 4.4 b...Andrew Shuvalov2021-12-281-13/+17
* SERVER-59370: Should Transition to ActiveFault state when in the TransientFau...LaMont Nelson2021-12-281-34/+53
* SERVER-60587 Implement FaultFacet and make necessary changes in HealthCheckSt...Andrew Shuvalov2021-12-281-20/+7
* SERVER-59364 Should move to the OK state after performing a successful round ...Kshitij Gupta2021-12-281-1/+15
* SERVER-60079 Make health checkers asynchronous, block check until previous is...Andrew Shuvalov2021-12-281-6/+51
* SERVER-59370: unify transitionState test code path and production codeLaMont Nelson2021-12-281-74/+29
* SERVER-62249 Fix Health Checking feature flag backport incompatibilitiesAndrew Shuvalov2021-12-281-2/+2
* SERVER-60316 FaultManager should start with periodic checks disabledAndrew Shuvalov2021-12-281-12/+21
* SERVER-59361: Implement periodic health check thread poolKshitij Gupta2021-12-281-5/+56
* SERVER-59912 changes in the base health package for the Ldap health observerAndrew Shuvalov2021-12-281-2/+1
* SERVER-59367 state machine transition when entering the transient fault stateAndrew Shuvalov2021-12-281-0/+82
* SERVER-59567 Health observers are invoked periodically and create a Fault Fac...Andrew Shuvalov2021-12-281-7/+28
* SERVER-59567 Make the HealthManager to instantiate HealthObserversAndrew Shuvalov2021-12-281-2/+47
* SERVER-59496 Fault class is made to be a container of fault facetsAndrew Shuvalov2021-12-281-4/+4
* SERVER-59360 Health observer registration and basic mock classAndrew Shuvalov2021-12-281-2/+20
* SERVER-59522 HealthCheckStatus should track fault status and lifetimeAndrew Shuvalov2021-12-281-1/+3
* SERVER-59362 Setup Fault Manager State MachineKshitij Gupta2021-12-281-1/+61
* SERVER-59357 Initial scaffolding of the Fault classAndrew Shuvalov2021-12-281-1/+1
* SERVER-59356 Initial scaffolding of the FaultManagerAndrew Shuvalov2021-12-281-0/+76