Re: [External]Re: QueryEntities not returning all the fields available in cache - 2.6 version

2019-03-19 Thread Ilya Kasnacheev
Hello! So this gives the following QueryEntity: [QueryEntity [keyType=com.jio.digitalapi.edif.customer.model.EntAssociatePositionKey, valType=com.jio.digitalapi.edif.customer.model.EntAssociatePosition, keyFieldName=null, valueFieldName=null, fields=LinkedHashMap {associateId=java.lang.String,

RE: [External]Re: QueryEntities not returning all the fields available in cache - 2.6 version

2019-03-19 Thread Kamlesh.Joshi
Hi Ilya, Please find below config of cache with composite key: associateId jobFunction

Re: [External]Re: QueryEntities not returning all the fields available in cache - 2.6 version

2019-03-14 Thread Ilya Kasnacheev
Hello! Then mappingId is not a field. It is an SQL column but it's not a field. If it happens with composite keys, please share config. Regards, -- Ilya Kasnacheev чт, 14 мар. 2019 г. в 12:18, : > Hi, > > > > No, mappingId is not part of value object. But, even this issue is > occurring

RE: [External]Re: QueryEntities not returning all the fields available in cache - 2.6 version

2019-03-14 Thread Kamlesh.Joshi
Hi, No, mappingId is not part of value object. But, even this issue is occurring for other cache with composite key as well. Thanks and Regards, Kamlesh Joshi From: Ilya Kasnacheev [mailto:ilya.kasnach...@gmail.com] Sent: Wednesday, March 13, 2019 6:16 PM To: user@ignite.apache.org Subject:

Re: QueryEntities not returning all the fields available in cache - 2.6 version

2019-03-13 Thread Ilya Kasnacheev
Hello! Do you have field mappingId in your value objects? Note that your key (which is java.lang.String) is a different thing that mappingId in your value object, since obviously you can make them diverge. Regards, -- Ilya Kasnacheev пн, 11 мар. 2019 г. в 15:34, : > Hi Igniters, > > > >

QueryEntities not returning all the fields available in cache - 2.6 version

2019-03-11 Thread Kamlesh.Joshi
Hi Igniters, Am trying to retrieve Cache metadata i.e. its field name and data type. But facing one weird issue, the metadata is returning valid response for some caches and invalid for some. Am giving my cache configuration for reference. The cluster is up and running for some