Fixed
Details
Assignee
Stefan WachterStefan WachterReporter
Stefan WachterStefan WachterStory Points
3Sprint
NoneFix versions
Priority
Minor
Details
Details
Assignee
Stefan Wachter
Stefan WachterReporter
Stefan Wachter
Stefan WachterStory Points
3
Sprint
None
Fix versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created November 26, 2021 at 8:17 AM
Updated January 28, 2022 at 9:09 PM
Resolved December 22, 2021 at 6:00 PM
The implementation contains a mutable cache datastructure. Access to that datastructure is synchronized by a lock. Yet, some methods return iterators based on that datastructure. Pulling from these iterators is no more synchronized.