summary refs log tree commit diff
path: root/changelog.d/9190.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Increase perf of handling concurrent use of StreamIDGenerators. (#9190)Erik Johnston2021-01-211-0/+1
We have seen a failure mode here where if there are many in flight unfinished IDs then marking an ID as finished takes a lot of CPU (as calling deque.remove iterates over the list)