summaryrefslogtreecommitdiff
path: root/src/mongo/db/process_health
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61438 fix race in FaultManagerTestAndrew Shuvalov2021-11-121-1/+1
* SERVER-59365 fix {A,UB}SAN link errorBenety Goh2021-11-121-1/+1
* SERVER-59365 new state machine implementation for FaultManagerLaMont Nelson2021-11-113-0/+535
* SERVER-61368 fix link error on RHEL 8.0 Shared Library (No SSL)Andrew Shuvalov2021-11-111-0/+1
* SERVER-59373 adds new server status sectionAndrew Witten2021-11-114-2/+88
* SERVER-61368 SERVER-61315 Ldap health check executor should support aborted t...Andrew Shuvalov2021-11-106-39/+123
* SERVER-61073 fix getParameter on healthMonitoringAndrew Witten2021-11-091-1/+3
* SERVER-61071 Removes all instances of `HealthObserverIntensity`Andrew Witten2021-11-058-42/+14
* SERVER-59366 Progress monitor for periodic health checkAndrew Shuvalov2021-11-0315-72/+463
* SERVER-59396 Adds server parameter `healthMonitoring`Andrew Witten2021-11-029-7/+163
* SERVER-59370: Should Transition to ActiveFault state when in the TransientFau...LaMont Nelson2021-10-2614-111/+344
* SERVER-60587 Implement FaultFacet and make necessary changes in HealthCheckSt...Andrew Shuvalov2021-10-2112-89/+247
* SERVER-59364 Should move to the OK state after performing a successful round ...Kshitij Gupta2021-10-204-83/+91
* SERVER-60079 Make health checkers asynchronous, block check until previous is...Andrew Shuvalov2021-10-1512-103/+268
* SERVER-59370: unify transitionState test code path and production codeLaMont Nelson2021-10-144-128/+92
* SERVER-60316 FaultManager should start with periodic checks disabledAndrew Shuvalov2021-09-292-15/+33
* SERVER-59361: Implement periodic health check thread poolKshitij Gupta2021-09-1610-36/+209
* SERVER-59912 changes in the base health package for the Ldap health observerAndrew Shuvalov2021-09-146-56/+57
* SERVER-59367 state machine transition when entering the transient fault stateAndrew Shuvalov2021-09-028-83/+339
* SERVER-59608 remove const from return typeBilly Donahue2021-09-021-3/+3
* SERVER-59567 Health observers are invoked periodically and create a Fault Fac...Andrew Shuvalov2021-09-0117-127/+311
* SERVER-59567 Make the HealthManager to instantiate HealthObserversAndrew Shuvalov2021-08-2510-48/+211
* SERVER-59496 Fault class is made to be a container of fault facetsAndrew Shuvalov2021-08-257-21/+117
* SERVER-59360 Health observer registration and basic mock classAndrew Shuvalov2021-08-2518-11/+634
* SERVER-59522 HealthCheckStatus should track fault status and lifetimeAndrew Shuvalov2021-08-247-13/+128
* SERVER-59362 Setup Fault Manager State MachineKshitij Gupta2021-08-243-1/+160
* SERVER-59358 FaultFacet class initial scaffolding and unit testAndrew Shuvalov2021-08-237-1/+318
* SERVER-59357 Initial scaffolding of the Fault classAndrew Shuvalov2021-08-237-19/+301
* SERVER-59356 Initial scaffolding of the FaultManagerAndrew Shuvalov2021-08-204-0/+254
* SERVER-58152 Create Feature flag for Remove Faulty Mongos From Cluster Topology.Kshitij Gupta2021-08-191-0/+41