GitHub user aealeksandrov opened a pull request: https://github.com/apache/ignite/pull/3778
IGNITE-7918: memory leak was fixed. Unit test was added. Some caches didn't take into account that topology minor version could be changed during creating/destroying of the caches dynamically. These places were fixed. You can merge this pull request into a Git repository by running: $ git pull https://github.com/gridgain/apache-ignite ignite-7918 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ignite/pull/3778.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 #3778 ---- commit 15b8623c684c6250c1c700459299e7986fdd566f Author: Andrei Aleksandrov <aealexsandrov@...> Date: 2018-04-09T13:32:45Z IGNITE-7918: memory leak was fixed. Unit test was added. ---- ---