GitHub user Jokser opened a pull request:
https://github.com/apache/ignite/pull/4227 IGNITE-8768 Implemented eviction stopping to prevent possible JVM crush
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/gridgain/apache-ignite ignite-8768
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4227.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4227
----
commit 2cb2cf9c1053a28f636b94936a685344fa29e1b5
Author: Pavel Kovalenko <jokserfn@...>
Date: 2018-06-18T15:55:56Z
IGNITE-8768 WIP
commit 17d33eb98490e5a714f88e295b89ac79dddbee43
Author: Pavel Kovalenko <jokserfn@...>
Date: 2018-06-19T14:26:23Z
IGNITE-8768 Implemented eviction stop during cache group stopping. Reworked evictor class.
commit 5a3e74a9b4a2bf93c865c4eeb94cf914d2da69e2
Author: Pavel Kovalenko <jokserfn@...>
Date: 2018-06-19T14:37:34Z
IGNITE-8768 Complete eviction future before log error.
----
---