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/02/23 15:15:33 UTC

[GitHub] activemq-artemis issue #1894: ARTEMIS-1700 Fixed deadlock in paging state

Github user franz1981 commented on the issue:

    https://github.com/apache/activemq-artemis/pull/1894
  
    @qihongxu Thanks for the PR!
    IMO would be better to provide a test or a reproducer that has been fixed by this change.
    Re the changes: the `ArtemisExecutor` is a `fake` executor that just provide a queue of `Runnable` that can be drained exclusively by one consumer Thread at time, making it a single threaded executor, just not by the same thread.


---