GitHub user franz1981 opened a pull request:
https://github.com/apache/activemq-artemis/pull/2075
ARTEMIS-1852 PageCursorProvider is leaking cleanup tasks while stopping
PageCursorProviderImpl is not handling any pending cleanup tasks
on stop, leaving paging enabled due to the remaining pages to be
cleared up.
It fixes testTopicsWithNonDurableSubscription.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/franz1981/activemq-artemis ARTEMIS-1852
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/activemq-artemis/pull/2075.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 #2075
----
----
---