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.

----


---

Reply via email to