You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by franz1981 <gi...@git.apache.org> on 2018/09/21 13:13:55 UTC

[GitHub] activemq-artemis pull request #2325: ARTEMIS-2093 NPE thrown by NettyConnect...

GitHub user franz1981 opened a pull request:

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

    ARTEMIS-2093 NPE thrown by NettyConnector::createConnection

    Given that NettyConnector::createConnection isn't happening on the
    channel's event loop, it could race with a channel close event, that
    would clean the whole channel pipeline, leading to a NPE while
    trying to use a configured channel handler of the pipeline.

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

    $ git pull https://github.com/franz1981/activemq-artemis ARTEMIS-2093

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

    https://github.com/apache/activemq-artemis/pull/2325.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 #2325
    
----
commit 3112b4f3db6a77b3d996d72bac65d539d1135ce8
Author: Francesco Nigro <ni...@...>
Date:   2018-09-21T13:06:53Z

    ARTEMIS-2093 NPE thrown by NettyConnector::createConnection
    
    Given that NettyConnector::createConnection isn't happening on the
    channel's event loop, it could race with a channel close event, that
    would clean the whole channel pipeline, leading to a NPE while
    trying to use a configured channel handler of the pipeline.

----


---

[GitHub] activemq-artemis pull request #2325: ARTEMIS-2093 NPE thrown by NettyConnect...

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

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


---