[GitHub] ignite pull request #2627: IGNITE-5789: if server was restarted, client does...

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[GitHub] ignite pull request #2627: IGNITE-5789: if server was restarted, client does...

andrey-kuznetsov
GitHub user vk23 opened a pull request:

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

    IGNITE-5789: if server was restarted, client doesn't create caches de…

    …fined in client's configuration
   
    1. Modified test so it fails when client doesn't find its own cache after reconnect.
    2. Fixed bug by recreating missing cache on local join.

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

    $ git pull https://github.com/vk23/ignite IGNITE-5789

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

    https://github.com/apache/ignite/pull/2627.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 #2627
   
----
commit caa274c094e3c842fe8808f0184d37ab022e9133
Author: vk <[hidden email]>
Date:   2017-09-08T19:09:58Z

    IGNITE-5789: if server was restarted, client doesn't create caches defined in client's configuration
   
    1. Modified test so it fails when client doesn't find its own cache after reconnect.
    2. Fixed bug by recreating missing cache on local join.

----


---
Reply | Threaded
Open this post in threaded view
|

[GitHub] ignite pull request #2627: IGNITE-5789: if server was restarted, client does...

andrey-kuznetsov
Github user vk23 closed the pull request at:

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


---