Refactoring: Changed remaining check parameters starting with an 's' to the new rules...
[check_mk.git] / .werks / 4467
blob46e220f26113b6338bcdc5e5b25df34c560cddc5
1 Title: BI aggregation compilation: fixed race condition exception, also forks less processes for compilation
2 Level: 1
3 Component: bi
4 Compatible: compat
5 Edition: cre
6 Version: 1.5.0i1
7 Date: 1490784487
8 Class: fix
10 The compiliation process now spawns less worker processes for the compilation, which reduces the overall CPU load.
12 Furthermore a race condition has been fixed, which was likely to happen when all of these conditions were true:<br>
13 <ul>
14 <li>there were several dozens BI requests per minute, e.g. from multiple web browsers</li>
15 <li>a distributed montitoring setup started to deploy new configurations</li>
16 <li>there were lots (>100) of BI aggregations configured</li>
17 <ul>