Details
-
Bug
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Security Level: Default (Default Security Scheme)
-
None
-
3
-
Horizon 2021 - Dec 1-15, Horizon 21/22 - Dec 15- Jan 5
Description
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.