-
Notifications
You must be signed in to change notification settings - Fork 5.2k
Closed
Milestone
Description
We've been observing high lock contention in ActivitySource when it comes to publishing activity start/ stop notifications. #107333 fixes this issue but I'm unable to comment in this PR (it was locked).
@tarekgh in that MR you outlined the higher threshold for merging this change into v9, citing impact. In our case we are seeing 10-20% of CPU time being contented in some of our high throughput services, contributing to severe latency spikes. Our hardware can have up to 192 cores which means we're far more likely to experience contention around a single shared mutex.
Hopefully this is data point is enough to consider merging this change into v9.
AlgorithmsAreCool