You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2019/01/17 15:31:00 UTC

[jira] [Commented] (ARTEMIS-2210) Fix PagingStore creation synchronization issue

    [ https://issues.apache.org/jira/browse/ARTEMIS-2210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16745204#comment-16745204 ] 

ASF subversion and git services commented on ARTEMIS-2210:
----------------------------------------------------------

Commit 2c360a54518bee1ab122c6db3fae58a48fb21be3 in activemq-artemis's branch refs/heads/2.6.x from Howard Gao
[ https://gitbox.apache.org/repos/asf?p=activemq-artemis.git;h=2c360a5 ]

ARTEMIS-2210 PagingStore creation is not properly synchronized

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.

(cherry picked from commit 70f8297cfacf8e0f4accb6f9a5341f66736dc822)


> Fix PagingStore creation synchronization issue
> ----------------------------------------------
>
>                 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
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> 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)