Hi Dmitry, I think we should make a user to explicitly create data region on a client.
Client nodes aren't supposed to be used for data storing, so if someone what to use a local cache on a client node, let's make him/her create data region explicitly. Just to make sure that user knows what he/she is doing. Thanks, Mike. 2018-02-01 7:36 GMT-08:00 Dmitry Karachentsev <dkarachent...@gridgain.com>: > Hello everyone! > > We have an erroneous use case when client tries to create LOCAL cache, but > by default it does not initiates default data region. So client gets NPE. > [1] > > I think it should be a lazy data region initialization on client. Do you > have any concerns about this approach or other proposals? > > [1] https://issues.apache.org/jira/browse/IGNITE-7572 > > Thanks! > >