Can you attach the simplified version? Just want to avoid any side effects.
— Denis > On Apr 11, 2017, at 9:14 AM, ALEKSEY KUZNETSOV <[email protected]> > wrote: > > I took it from https://issues.apache.org/jira/browse/IGNITE-4401 > <https://issues.apache.org/jira/browse/IGNITE-4401> and simplified . See in > attached > > > вт, 11 апр. 2017 г. в 19:03, Denis Magda <[email protected] > <mailto:[email protected]>>: > Hello, > > Do you have sample code? > > — > Denis > > On Apr 11, 2017, at 2:45 AM, ALEKSEY KUZNETSOV <[email protected] > > <mailto:[email protected]>> wrote: > > > > Hi, igniters! > > While doing https://issues.apache.org/jira/browse/IGNITE-4401 > > <https://issues.apache.org/jira/browse/IGNITE-4401> ticket i came > > across the fact that cache querying returns null , while cache still has > > got entry. > > Cache query : SELECT nameProp FROM EDUProp WHERE EDUId = 1 > > Cache get operation : ignite().cache("eduPropCache").get(new > > AffinityKey("1", > > "1")) non-null > > I cannot even imagine what could be wrong with it. > > > > > > > > -- > > > > *Best Regards,* > > > > *Kuznetsov Aleksey* > > -- > Best Regards, > > Kuznetsov Aleksey >
