-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 5.9.5
-
Component/s: Core MongoDB
-
Tags:
-
Sprint:Sprint RepoTeam 5.9.5-1
Currently the internal datastructures of MemRepository are not thread-safe.
Use ConcurrentHashMap and CopyOnWriteArrayList.