Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 5590
blobee69425f44ef54e3b180fc8cccebcefcf2dcabe0
1 Title: Fixed possible deadlock in shutdown/restart procedure
2 Level: 1
3 Component: liveproxy
4 Compatible: compat
5 Edition: cee
6 Version: 1.5.0i3
7 Date: 1514903032
8 Class: fix
10 During the shutdown/restart procedure of the livestatus proxy
11 daemon a deadlock could occur. It seems this could rarely happen
12 when the system running the process is under high load together
13 with a large number of sites (>100) configured.
15 When this situation occures, you can see several left over
16 liveproxyd processes (master + several site processes) which
17 can only be terminated with SIGKILL. When looking at the processes
18 with strace, you can see hanging futex() calls.
20 Workaround: In such a situation it is safe to simply kill all those
21 processes using SIGKILL and start a clean liveproxyd processes after
22 that.