You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by michaelandrepearce <gi...@git.apache.org> on 2018/02/22 22:20:23 UTC

[GitHub] activemq-artemis pull request #1892: ARTEMIS-1664 fix npe bug while getting ...

GitHub user michaelandrepearce opened a pull request:

    https://github.com/apache/activemq-artemis/pull/1892

    ARTEMIS-1664 fix npe bug while getting element in the process of rehash

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/michaelandrepearce/activemq-artemis ARTEMIS-1664-TAKE2

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/1892.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 #1892
    
----
commit b6efd3af272981085364c5e2ae27845e4757dd16
Author: yang wei <wy...@...>
Date:   2018-02-05T10:12:18Z

    ARTEMIS-1664 fix npe bug while getting element in the process of rehash

----


---

[GitHub] activemq-artemis pull request #1892: ARTEMIS-1664 fix npe bug while getting ...

Posted by michaelandrepearce <gi...@git.apache.org>.
Github user michaelandrepearce closed the pull request at:

    https://github.com/apache/activemq-artemis/pull/1892


---

[GitHub] activemq-artemis pull request #1892: ARTEMIS-1664 fix npe bug while getting ...

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/activemq-artemis/pull/1892


---

[GitHub] activemq-artemis issue #1892: ARTEMIS-1664 fix npe bug while getting element...

Posted by michaelandrepearce <gi...@git.apache.org>.
Github user michaelandrepearce commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1892
  
    closing as https://github.com/apache/activemq-artemis/pull/1851 is what should be merged was just branching from there to get a PR build done to check it.


---

[GitHub] activemq-artemis pull request #1892: ARTEMIS-1664 fix npe bug while getting ...

Posted by michaelandrepearce <gi...@git.apache.org>.
GitHub user michaelandrepearce reopened a pull request:

    https://github.com/apache/activemq-artemis/pull/1892

    ARTEMIS-1664 fix npe bug while getting element in the process of rehash

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/michaelandrepearce/activemq-artemis ARTEMIS-1664-TAKE2

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/activemq-artemis/pull/1892.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 #1892
    
----
commit b6efd3af272981085364c5e2ae27845e4757dd16
Author: yang wei <wy...@...>
Date:   2018-02-05T10:12:18Z

    ARTEMIS-1664 fix npe bug while getting element in the process of rehash

commit ef96b6fc22486ccedf4157ad746a5cbcea34ac61
Author: Michael André Pearce <mi...@...>
Date:   2018-02-22T23:20:56Z

    ARTEMIS-1664 fix npe bug while getting element in the process of rehash
    
    Apply same fix to ConcurrentLongHashSet

----


---