Description
The persistedCacheEntries map within LocalCache used to track persisted entries for the connection router is a regular HashMap and so is not thread safe, but it may be updated concurrently. Switch it to using a ConcurrentHashMap.
Attachments
Issue Links
- is related to
-
ARTEMIS-4417 AbstractJournalStorageManager storeKeyValuePair + deleteKeyValuePair are not thread safe
- Closed
- links to