Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / .werks / 8057
blob7c82a8cb089daf7ea9060db2f4a2ffb595311953
1 Title: Avoid SmartPING timeouts in situation of high disk I/O
2 Level: 2
3 Edition: cee
4 Component: cmc
5 Class: fix
6 State: unknown
7 Version: 1.2.5i5
8 Date: 1404994907
9 Targetversion: future
11 In situations where the operating system in in high disk I/O and
12 many processes run into disk wait, the micro core seemed sometimes
13 to register PING timeouts. That was simply due to the fact that
14 the core itself was delayed and thought the PING packages didn't
15 arrive in time.
17 This has now been fixed, by assuming that when checking the
18 PING timeout taking into account the time since the last check:
19 CMC assumes now that all PING must have arrived directly at
20 the beginning of the current interval, not at the end.