-
Bug
-
Resolution: Done
-
Undefined
-
None
-
None
-
None
-
False
-
None
-
False
-
-
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.
- is related to
-
ENTMQBR-8349 AbstractJournalStorageManager storeKeyValuePair + deleteKeyValuePair are not thread safe
- Closed