[
https://issues.apache.org/jira/browse/ARTEMIS-2210?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16728117#comment-16728117
]
ASF GitHub Bot commented on ARTEMIS-2210:
-----------------------------------------
GitHub user gaohoward opened a pull request:
https://github.com/apache/activemq-artemis/pull/2478
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.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/gaohoward/activemq-artemis a_2210
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2478.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #2478
----
commit dfa70680fed37d25aa3a6d0d6a0795e580495b6a
Author: Howard Gao <howard.gao@...>
Date: 2018-12-24T02:42:18Z
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.
----
> 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)