Werk #15100: re-use of context in multiple threads in activate changes
Component | Core & setup |
Title | re-use of context in multiple threads in activate changes |
Date | Oct 19, 2023 |
Checkmk Edition | Checkmk Raw (CRE) |
Checkmk Version | 2.2.0p13 |
Level | Trivial Change |
Class | Bug Fix |
Compatibility | Compatible - no manual interaction needed |
When running "activate changes", a "context" object is created and passed to multiple threads. The concurrent use of this context is not supported and can lead to crashes.
As a fix, now every thread receives their own copy of the context leading to complete isolation of the threads.
No further action is required to activate the fix.