- Issue created by @catch
- Merge request !10714Draft: And I will run 2500 times. And I will run 2500 times → (Open) created by catch
See discussion in 🐛 Race conditions/bad lock logic in CacheCollector/State Active - the write-lock logic in CacheCollector can lead to two processes locking and writing in the same millisecond, which fools CacheCollector's race condition detection because it depends on millisecond-precision timestamps.
We can potentially use a hash of the cache data instead, but attempts on that issue didn't work yet.
Active
11.0 🔥
cache system