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 2019/03/11 13:05:17 UTC

[GitHub] [activemq-artemis] franz1981 opened a new pull request #2577: ARTEMIS-1604 Artemis deadlock using MQTT Protocol

franz1981 opened a new pull request #2577: ARTEMIS-1604 Artemis deadlock using MQTT Protocol
URL: https://github.com/apache/activemq-artemis/pull/2577
 
 
   Direct and async deliveries lock QueueImpl::this and
   ServerConsumerImpl::this in different order causing deadlock:
   has been introduced a deliverLock to prevent both type of delivers
   to concurrently happen, making irrelevant the lock ordering.

----------------------------------------------------------------
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


With regards,
Apache Git Services