summaryrefslogtreecommitdiff
path: root/src/mongo/db/process_health
Commit message (Expand)AuthorAgeFilesLines
* SERVER-62312 health monitoring documentationAndrew Shuvalov2022-01-121-0/+73
* SERVER-59391 fault if LDAP facets are enabled but misconfiguredDavis Haupt2022-01-115-0/+31
* SERVER-62251 Add ServerParameterType::kClusterWideSara Golemon2022-01-101-6/+6
* SERVER-62465: After intensities are updated, the resulting health check shoul...Kshitij Gupta2022-01-101-2/+2
* SERVER-59375 SERVER-62373 additional serverStatus sections for health checksAndrew Shuvalov2022-01-104-11/+65
* SERVER-62321: Increase kActiveFaultDuration for OneFacetIsResolved test.Kshitij Gupta2022-01-101-1/+1
* SERVER-62404: Simplify mutex locking in fault_manager.cppKshitij Gupta2022-01-106-18/+27
* SERVER-62378 Remove improperly merged lines from unit testDavis Haupt2022-01-051-27/+24
* SERVER-62357 Increase the default health check progress monitor intervalAndrew Shuvalov2022-01-052-2/+8
* SERVER-60846 replace double severity with enum typeDavis Haupt2022-01-0415-117/+94
* SERVER-58153 Enable Feature flag for Remove Faulty Mongos From Cluster TopologyAndrew Shuvalov2021-12-231-1/+2
* SERVER-62174 Refactored health check intervalsAndrew Shuvalov2021-12-225-34/+98
* SERVER-62204 do not schedule health check if observer is not enabledLaMont Nelson2021-12-211-24/+19
* SERVER-62202 add observer type as string to log 5936504Davis Haupt2021-12-211-0/+1
* SERVER-62203: rename thread nameKshitij Gupta2021-12-211-1/+1
* SERVER-62197: Get rid of potential deadlock.Kshitij Gupta2021-12-202-11/+5
* SERVER-62188 fix memory corruption in the DeadlineFutureAndrew Shuvalov2021-12-203-25/+40
* SERVER-60944 Simplify Fault class hierarchy and interface for updating fault ...Davis Haupt2021-12-2015-398/+155
* SERVER-59368 runtime change of intensities valuesAndrew Shuvalov2021-12-1710-63/+283
* SERVER-61930: Individual health observers should return an error if aKshitij Gupta2021-12-168-14/+180
* SERVER-62098: Guard access to healthCheckContexts with a mutexKshitij Gupta2021-12-161-7/+16
* SERVER-62084 unify FaultFacetType serialization implementationsDavis Haupt2021-12-162-18/+11
* SERVER-62096 test should not rely on /smaps, reduce verbosityAndrew Shuvalov2021-12-161-1/+1
* SERVER-61220 Integration test for progress monitorDavis Haupt2021-12-153-3/+9
* SERVER-61873 add configurable health observer parametersDavis Haupt2021-12-155-34/+152
* SERVER-59382: Enforce non-critical facets not entering ActiveFault stateKshitij Gupta2021-12-135-31/+69
* SERVER-61914: add fault facet details to FaultImpl::toBSONKshitij Gupta2021-12-0912-15/+178
* SERVER-61956 fix data race when accessing the state machine's stateLaMont Nelson2021-12-081-2/+7
* SERVER-59397 Add jitter when scheduling next health checkLaMont Nelson2021-12-085-24/+63
* SERVER-59365: Use the new state machine.Kshitij Gupta2021-12-0616-624/+801
* SERVER-61921 fix link error in noSSL modeAndrew Shuvalov2021-12-061-0/+1
* SERVER-61871 use tassert for state machine programmer errorsLaMont Nelson2021-12-032-11/+25
* SERVER-61872 Fixed thread pool starvation in FaultManagerAndrew Shuvalov2021-12-031-3/+9
* 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