GitHub user AMashenkov opened a pull request:
https://github.com/apache/ignite/pull/4546 GG-13761
For test purposes.
To check if it is ok to remove entry explicit locks in async way when holder node has left the grid.
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/gridgain/apache-ignite gg-13761
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/4546.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #4546
----
commit 5190f178898ca25a71cd1b7be5efec71ef39a827
Author: Andrey V. Mashenkov <andrey.mashenkov@...>
Date: 2018-08-15T09:52:08Z
Cleanup code.
Remove unused method parameter.
commit 7602100c68bd177d93a9a8d12df7ddb397efc77f
Author: Andrey V. Mashenkov <andrey.mashenkov@...>
Date: 2018-08-15T09:53:01Z
Make explicit locks removal async.
----
---