You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2020/07/29 07:30:52 UTC

[GitHub] [activemq-artemis] jbertram opened a new pull request #3226: ARTEMIS-2856 consumer can be created on closed session

jbertram opened a new pull request #3226:
URL: https://github.com/apache/activemq-artemis/pull/3226


   Due to a lack of concurrency protections it's possible to create a
   consumer on a closed session. I've not been able to reproduce this with
   a test, but I've seen it in the wild. Static code analysis points to a
   need for better concurrency controls around closing the session and
   creating consumers.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [activemq-artemis] asfgit closed pull request #3226: ARTEMIS-2856 consumer can be created on closed session

Posted by GitBox <gi...@apache.org>.
asfgit closed pull request #3226:
URL: https://github.com/apache/activemq-artemis/pull/3226


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [activemq-artemis] clebertsuconic commented on pull request #3226: ARTEMIS-2856 consumer can be created on closed session

Posted by GitBox <gi...@apache.org>.
clebertsuconic commented on pull request #3226:
URL: https://github.com/apache/activemq-artemis/pull/3226#issuecomment-665414836


   I'm running a full set of tests before I merge this. I'm leaving the tests running overnight and if they are good I will merge it tomorrow morning.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org