GitHub user avplatonov opened a pull request:
https://github.com/apache/ignite/pull/4806 Add activeAsync to Ignite iface
First part of task about avoiding deadlocks while Ignite:active() and stopping grid simultaneously calling
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/gridgain/apache-ignite gg-14215-1
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4806.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4806
----
commit 987df83cdec0049259d4b86c3a9df1d991205c26
Author: Alexey Platonov <aplatonovv@...>
Date: 2018-09-21T14:51:48Z
add activeAsync iface
commit 9234c433e4d4911be4c21215c54c24b1c2d9cbaf
Author: Alexey Platonov <aplatonovv@...>
Date: 2018-09-21T14:51:55Z
Merge branch 'master' of
https://github.com/apache/ignite into gg-14215-1
commit d32233a1050fb88e06aa2005d01ebeb3ec5750f6
Author: Alexey Platonov <aplatonovv@...>
Date: 2018-09-21T15:02:03Z
avoid extra operation when awaitForTransition=false
----
---