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.patchTo 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.
----
---