Branch: refs/heads/2.0.0
Home:
https://github.com/tribe29/checkmk
Commit: f0dda94788564e9450af2f401d7cdb6670699450
https://github.com/tribe29/checkmk/commit/f0dda94788564e9450af2f401d7cdb667…
Author: Andreas Boesl <andreas.boesl(a)tribe29.com>
Date: 2021-05-26 (Wed, 26 May 2021)
Changed paths:
A .werks/12469
M cmk/gui/plugins/wato/bi_config.py
M cmk/utils/bi/bi_compiler.py
Log Message:
-----------
12469 FIX BI: fixed race condition leading to empty aggregation pages
Due to a data write/read race condition, there was a small risk that the aggregation page
would not display any aggregates at all.
Change-Id: I3aeec70715238249420c577f578de2fef80f53d2
Commit: 5ba0f23925e759f2d36c6e1607a6c0e7aa70a176
https://github.com/tribe29/checkmk/commit/5ba0f23925e759f2d36c6e1607a6c0e7a…
Author: Andreas Boesl <andreas.boesl(a)tribe29.com>
Date: 2021-05-26 (Wed, 26 May 2021)
Changed paths:
A .werks/12470
M cmk/utils/bi/bi_compiler.py
Log Message:
-----------
12470 FIX BI: Fixed needless recompilation of BI aggregates
Due to race conditions, the BI aggregates could be compiled too often.
This had only one effect on performance, but now other visible drawbacks.
Change-Id: I740e8da40adbc330b5b087bb26f2c6c4762d4f41
Compare:
https://github.com/tribe29/checkmk/compare/82f6bc05a743...5ba0f23925e7