Robbie Gemmell created ARTEMIS-4406:
---------------------------------------
Summary: connection router LocalCache persisted entry tracking is
not thread safe
Key: ARTEMIS-4406
URL: https://issues.apache.org/jira/browse/ARTEMIS-4406
Project: ActiveMQ Artemis
Issue Type: Bug
Components: Balancer
Affects Versions: 2.30.0
Reporter: Robbie Gemmell
Assignee: Robbie Gemmell
Fix For: 2.31.0
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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)