[GitHub] ignite pull request #4556: IGNITE-9290: Make remove explicit locks async whe...

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] ignite pull request #4556: IGNITE-9290: Make remove explicit locks async whe...

andrey-kuznetsov
GitHub user AMashenkov opened a pull request:

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

    IGNITE-9290: Make remove explicit locks async when node left.

   

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

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

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

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

----


---