[GitHub] ignite pull request #3905: 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 #3905: IGNITE-5789: if server was restarted, client does...

andrey-kuznetsov
GitHub user vk23 opened a pull request:

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

    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/3905.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 #3905
   
----
commit bfa7dc4f83307a58da475c87068f725e72a827b7
Author: vk <kaligularnd@...>
Date:   2018-04-23T18:06:23Z

    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 #3905: IGNITE-5789: if server was restarted, client does...

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

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


---