Licenses: Updated the list of licenses and added a PDF containing all license texts
[check_mk.git] / .werks / 4465
blobfa37dd6d99c2d598f8c7967b1136161c96e034de
1 Title: Fixed race condition when mulitple Check_MK helpers updated the ipaddresses.cache file
2 Level: 1
3 Component: checks
4 Compatible: compat
5 Edition: cre
6 Version: 1.5.0i1
7 Date: 1490451474
8 Class: fix
10 Check helpers now lock the ipaddresses.cache file when they want to update an ip address.
11 The locked file is read, updated with the new content and written afterwards.
12 The race condition happened when multiple check helpers tried to update the file
13 at the same time, hereby removing some recently looked up ip addresses.