[GitHub] ignite pull request #4626: IGNITE-9389 Avoid deadlocks on cache#close()

2018-08-28 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/ignite/pull/4626


---


[GitHub] ignite pull request #4626: IGNITE-9389 Avoid deadlocks on cache#close()

2018-08-27 Thread dmekhanikov
GitHub user dmekhanikov opened a pull request:

https://github.com/apache/ignite/pull/4626

IGNITE-9389 Avoid deadlocks on cache#close()



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/gridgain/apache-ignite ignite-9389

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/ignite/pull/4626.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 #4626


commit 18bf109f386ea87470f9371faeafd7e2104e09b4
Author: Denis Mekhanikov 
Date:   2018-08-27T16:13:57Z

IGNITE-9389 Add test.

commit 3321f77bd7242ec0a26002bee152bf6522943586
Author: Denis Mekhanikov 
Date:   2018-08-27T16:16:16Z

IGNITE-9389 Avoid deadlock on cache#close().




---