You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by graben <gi...@git.apache.org> on 2018/06/14 18:35:10 UTC

[GitHub] activemq-artemis pull request #2141: ARTEMIS-1935: Close of connection close...

GitHub user graben opened a pull request:

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

    ARTEMIS-1935: Close of connection closes all open sessions

    

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

    $ git pull https://github.com/graben/activemq-artemis master

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

    https://github.com/apache/activemq-artemis/pull/2141.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 #2141
    
----
commit 1cdf64da0449195c47ab252311da5998bceec2aa
Author: Benjamin Graf <be...@...>
Date:   2018-06-14T18:34:04Z

    ARTEMIS-1935: Close of connection closes all open sessions

----


---

[GitHub] activemq-artemis pull request #2141: ARTEMIS-1935: Close of connection close...

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

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


---

[GitHub] activemq-artemis issue #2141: ARTEMIS-1935: Close of connection closes all o...

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

    https://github.com/apache/activemq-artemis/pull/2141
  
    I'm renaming your commit as I merge it...
    
    and I'm adding an extra commit, to make the test a bit. Open several connections to make sure this wouldn't be an issue with many Sessions, and I've fixed a memory leak along the way.


---

[GitHub] activemq-artemis issue #2141: ARTEMIS-1935: Close of connection closes all o...

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

    https://github.com/apache/activemq-artemis/pull/2141
  
    @clebertsuconic : Will this patch be cherry picked to 2.6.x branch?


---