summaryrefslogtreecommitdiff
path: root/src/mongo/db/process_health/fault_manager.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-64182 avoid duplicate health checks; cleanupsAndrew Shuvalov2022-03-111-4/+13
* SERVER-59375 SERVER-62373 additional serverStatus sections for health checksAndrew Shuvalov2022-01-101-0/+8
* SERVER-62404: Simplify mutex locking in fault_manager.cppKshitij Gupta2022-01-101-1/+1
* SERVER-60944 Simplify Fault class hierarchy and interface for updating fault ...Davis Haupt2021-12-201-12/+10
* SERVER-59368 runtime change of intensities valuesAndrew Shuvalov2021-12-171-2/+11
* SERVER-59365: Use the new state machine.Kshitij Gupta2021-12-061-23/+35
* SERVER-59373 adds new server status sectionAndrew Witten2021-11-111-0/+5
* SERVER-59366 Progress monitor for periodic health checkAndrew Shuvalov2021-11-031-11/+28
* SERVER-59396 Adds server parameter `healthMonitoring`Andrew Witten2021-11-021-0/+1
* SERVER-59370: Should Transition to ActiveFault state when in the TransientFau...LaMont Nelson2021-10-261-27/+32
* SERVER-59364 Should move to the OK state after performing a successful round ...Kshitij Gupta2021-10-201-1/+3
* SERVER-60079 Make health checkers asynchronous, block check until previous is...Andrew Shuvalov2021-10-151-1/+3
* SERVER-59370: unify transitionState test code path and production codeLaMont Nelson2021-10-141-8/+3
* SERVER-60316 FaultManager should start with periodic checks disabledAndrew Shuvalov2021-09-291-3/+12
* SERVER-59361: Implement periodic health check thread poolKshitij Gupta2021-09-161-2/+9
* SERVER-59367 state machine transition when entering the transient fault stateAndrew Shuvalov2021-09-021-2/+17
* SERVER-59567 Health observers are invoked periodically and create a Fault Fac...Andrew Shuvalov2021-09-011-3/+3
* SERVER-59567 Make the HealthManager to instantiate HealthObserversAndrew Shuvalov2021-08-251-2/+15
* SERVER-59496 Fault class is made to be a container of fault facetsAndrew Shuvalov2021-08-251-7/+7
* SERVER-59360 Health observer registration and basic mock classAndrew Shuvalov2021-08-251-1/+14
* SERVER-59522 HealthCheckStatus should track fault status and lifetimeAndrew Shuvalov2021-08-241-1/+3
* SERVER-59362 Setup Fault Manager State MachineKshitij Gupta2021-08-241-0/+12
* SERVER-59357 Initial scaffolding of the Fault classAndrew Shuvalov2021-08-231-12/+1
* SERVER-59356 Initial scaffolding of the FaultManagerAndrew Shuvalov2021-08-201-0/+103