Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / .werks / 8098
blob0c8dd8a17d8e2ad0bb6593c67831c91228a19b6a
1 Title: Do not hang core if Carbon server is not resonding
2 Level: 1
3 Edition: cee
4 Component: cmc
5 Version: 1.2.6b1
6 Date: 1417450641
7 Class: fix
9 If you connected the Check_MK Micro Core to Carbon (Graphite) and the
10 carbon server was down then the core would hang after a while in a
11 very nasty long TCP timeout. This is been fixed. If carbon is too slow
12 to handle all the data or if the server is hanging then Check_MK uses
13 the available TCP buffer space for queing graph updates and skips then
14 any further updates, while logging a message into <tt>cmc.log</tt>:
16 F+:var/log/cmc.log
17 2014-12-01 17:16:47 [4] Carbon is too slow. Skipping update of xysrv123;Check_MK;system_time
18 F-: