[GitHub] activemq-artemis pull request #1860: [ARTEMIS-1670] NPE was found in when dr...

2018-02-09 Thread asfgit
Github user asfgit closed the pull request at:

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


---


[GitHub] activemq-artemis pull request #1860: [ARTEMIS-1670] NPE was found in when dr...

2018-02-08 Thread gaol
GitHub user gaol opened a pull request:

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

[ARTEMIS-1670] NPE was found in when dropping durable subscriptions from a 
topic

Jira: https://issues.apache.org/jira/browse/ARTEMIS-1670

The proposed fix will check whether the Queue is null or not when trying to 
delete it from it's Thread.

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

$ git pull https://github.com/gaol/jboss-activemq-artemis ARTEMIS-1670

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

https://github.com/apache/activemq-artemis/pull/1860.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 #1860


commit 3e212c09db04e22c76d443bede5ac00a2c86ba6a
Author: Lin Gao 
Date:   2018-02-09T07:02:12Z

[ARTEMIS-1670] NPE was found in when dropping durable subscriptions from a 
topic




---