summaryrefslogtreecommitdiff
path: root/src/mongo/db/process_health/health_observer_base.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67280 wrap periodicCheckImpl with try catchAndrew Witten2022-06-231-17/+30
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-63013: When health observer returns status failure it will neverKshitij Gupta2022-02-031-14/+10
* SERVER-59390 Config server health observerAndrew Shuvalov2022-02-021-3/+12
* SERVER-60846 replace double severity with enum typeDavis Haupt2022-01-041-3/+3
* 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-5/+7
* SERVER-59397 Add jitter when scheduling next health checkLaMont Nelson2021-12-081-1/+6
* SERVER-59365: Use the new state machine.Kshitij Gupta2021-12-061-33/+21
* SERVER-61368 SERVER-61315 Ldap health check executor should support aborted t...Andrew Shuvalov2021-11-101-1/+4
* SERVER-61071 Removes all instances of `HealthObserverIntensity`Andrew Witten2021-11-051-9/+1
* SERVER-59366 Progress monitor for periodic health checkAndrew Shuvalov2021-11-031-8/+34
* SERVER-60587 Implement FaultFacet and make necessary changes in HealthCheckSt...Andrew Shuvalov2021-10-211-1/+21
* SERVER-60079 Make health checkers asynchronous, block check until previous is...Andrew Shuvalov2021-10-151-23/+37
* SERVER-59361: Implement periodic health check thread poolKshitij Gupta2021-09-161-0/+8
* SERVER-59567 Health observers are invoked periodically and create a Fault Fac...Andrew Shuvalov2021-09-011-4/+26
* SERVER-59567 Make the HealthManager to instantiate HealthObserversAndrew Shuvalov2021-08-251-1/+6
* SERVER-59360 Health observer registration and basic mock classAndrew Shuvalov2021-08-251-0/+42