GitHub user qihongxu opened a pull request:
https://github.com/apache/activemq-artemis/pull/1894
ARTEMIS-1700 Fixed deadlock in paging state
JournalStorageManager is not indeed using a `single` thread. We apply this
patch to use a simple single thread executor.
We have seen similar threads on Internet. This seems to be a remaining
problem from hornetQ.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/qihongxu/activemq-artemis ARTEMIS-1700
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/1894.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 #1894
----
commit 53daaa2de6dc8407d6c263493b6a2f50b8f5668d
Author: 17060606 <17060606@...>
Date: 2018-02-23T12:00:00Z
ARTEMIS-1700 Fixed deadlock in paging state
JournalStorageManager is not indeed using a `single` thread. We apply this
patch to use a simple single thread executor.
We have seen similar threads on Internet. This seems to be a remaining
problem from hornetQ.
----
---