summaryrefslogtreecommitdiff
path: root/src/mongo/db/process_health
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
* SERVER-67824 Rename IDLParserErrorContext to IDLParserContextHugh Tong2022-07-261-8/+8
* SERVER-9434 Audit and Normalize Process Exit CodesMatt Kneiser2022-07-071-1/+1
* SERVER-67280 wrap periodicCheckImpl with try catchAndrew Witten2022-06-239-34/+115
* SERVER-66431 Replace all usages of ShardType::ConfigNS by kConfigsvrShardsNam...Silvia Surroca2022-06-031-10/+11
* SERVER-66843 Use defensive programming in DeadlineFuture destructorAndrew Shuvalov2022-05-271-4/+9
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-068-7/+22
* SERVER-52604 normalize log.h inclusion semanticsBilly Donahue2022-05-045-6/+20
* SERVER-66109: Fix bad dns hostname resolution taking longer than expected.Kshitij Gupta2022-05-031-1/+1
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-1/+1
* SERVER-64182 avoid duplicate health checks; cleanupsAndrew Shuvalov2022-03-115-64/+144
* SERVER-64223: Increase kActiveFaultDuration for HostNameFailsAndGoodHostNameS...Kshitij Gupta2022-03-071-0/+1
* SERVER-63319 remove manually scheduling health checks from fault manager the ...LaMont Nelson2022-02-081-16/+1
* SERVER-63319: Refactor FaultManager Stats test to allow health check thread t...LaMont Nelson2022-02-072-24/+44
* SERVER-63321 Change featureFlagHealthMonitoring feature flag version to 5.3LaMont Nelson2022-02-051-1/+1
* SERVER-59384: Should provide ability to perform periodic DNS health checksKshitij Gupta2022-02-037-0/+248
* SERVER-63013: When health observer returns status failure it will neverKshitij Gupta2022-02-036-21/+23
* SERVER-59390 Config server health observerAndrew Shuvalov2022-02-027-20/+438
* SERVER-62466 Fault Manager state change timestamp updateRachita Dhawan2022-02-011-0/+4
* SERVER-62904: Fault Manager progress checker should not fault unless the offe...LaMont Nelson2022-01-253-5/+19
* 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