GitHub user dkarachentsev opened a pull request:
https://github.com/apache/ignite/pull/3568 Removed default data region creation for client nodes.
Added meaningful exception if there's no data region for the cache.
You can merge this pull request into a Git repository by running:
$ git pull
https://github.com/gridgain/apache-ignite ignite-7572
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/ignite/pull/3568.patchTo close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #3568
----
commit cf2b82cd884fc87c220f55bf073c9cf11951aafe
Author: mcherkasov <mcherkasov@...>
Date: 2018-02-01T17:12:49Z
Removed default data region creation for client nodes.
Added meaningful exception if there's no data region for the cache.
----
---