summaryrefslogtreecommitdiff
path: root/src/mongo/db/process_health/health_observer_base.h
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67280 wrap periodicCheckImpl with try catchAndrew Witten2022-06-231-1/+1
* SERVER-63013: When health observer returns status failure it will neverKshitij Gupta2022-02-031-2/+3
* SERVER-59390 Config server health observerAndrew Shuvalov2022-02-021-0/+5
* SERVER-60846 replace double severity with enum typeDavis Haupt2022-01-041-1/+2
* SERVER-62188 fix memory corruption in the DeadlineFutureAndrew Shuvalov2021-12-201-1/+1
* SERVER-60944 Simplify Fault class hierarchy and interface for updating fault ...Davis Haupt2021-12-201-3/+1
* SERVER-61930: Individual health observers should return an error if aKshitij Gupta2021-12-161-1/+2
* SERVER-59397 Add jitter when scheduling next health checkLaMont Nelson2021-12-081-6/+11
* SERVER-59365: Use the new state machine.Kshitij Gupta2021-12-061-9/+8
* SERVER-61368 SERVER-61315 Ldap health check executor should support aborted t...Andrew Shuvalov2021-11-101-1/+2
* SERVER-61071 Removes all instances of `HealthObserverIntensity`Andrew Witten2021-11-051-4/+1
* SERVER-59366 Progress monitor for periodic health checkAndrew Shuvalov2021-11-031-10/+24
* SERVER-60587 Implement FaultFacet and make necessary changes in HealthCheckSt...Andrew Shuvalov2021-10-211-0/+6
* SERVER-60079 Make health checkers asynchronous, block check until previous is...Andrew Shuvalov2021-10-151-9/+34
* SERVER-59361: Implement periodic health check thread poolKshitij Gupta2021-09-161-0/+4
* SERVER-59567 Health observers are invoked periodically and create a Fault Fac...Andrew Shuvalov2021-09-011-5/+11
* SERVER-59567 Make the HealthManager to instantiate HealthObserversAndrew Shuvalov2021-08-251-1/+7
* SERVER-59360 Health observer registration and basic mock classAndrew Shuvalov2021-08-251-0/+55