GitHub user aealeksandrov opened a pull request:
https://github.com/apache/ignite/pull/3874 IGNITE-7319: Cancelable future task for backup cleaner should be closed on CacheContinuousQueryManager stop
When cache is created then new CONTINUOUS_QUERY task is created too. This task should work until it canceled but in Ignite code we don't store the CancelableTask somewhere. After destroying the cache this task continue its work.
Now this issue is fixed.
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/gridgain/apache-ignite ignite-7319
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3874.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3874
----
commit e1826b023834872b8b09fbf820054f2c23a34b25
Author: Andrei Aleksandrov <aealexsandrov@...>
Date: 2018-04-19T09:09:12Z
IGNITE-7319: Cancelable future task for backup cleaner should be closed on CacheContinuousQueryManager stop
----
---