You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Howard Gao (JIRA)" <ji...@apache.org> on 2018/12/24 03:15:00 UTC

[jira] [Updated] (ARTEMIS-2210) PagingStore creation is not properly synchronized

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

Howard Gao updated ARTEMIS-2210:
--------------------------------
    Description: 
In PagingManagerImpl#getPageStore() the operations on the map 'stores'

are not synchronzed and it's possible that more than one paging store is

created for one address.

 

  was:
In PagingManagerImpl#getPageStore() the operations on the map 'stores'

if not synchronzed and it's possible that more than one paging store is

created for one address.

 


> PagingStore creation is not properly synchronized
> -------------------------------------------------
>
>                 Key: ARTEMIS-2210
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2210
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 2.6.3
>            Reporter: Howard Gao
>            Assignee: Howard Gao
>            Priority: Major
>             Fix For: 2.7.0, 2.6.4
>
>
> In PagingManagerImpl#getPageStore() the operations on the map 'stores'
> are not synchronzed and it's possible that more than one paging store is
> created for one address.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)