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