[ 
https://issues.apache.org/jira/browse/ARTEMIS-4406?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robbie Gemmell resolved ARTEMIS-4406.
-------------------------------------
    Resolution: Fixed

> 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
>            Priority: Major
>             Fix For: 2.31.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> 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)

Reply via email to