Re: Unable to fetch cache data using thin client for composite keys

2021-11-09 Thread Ganguly Gundeboina
Yes, it's working after setting the compact footer to true. Regards, Gangaiah On Mon, Nov 8, 2021 at 2:29 PM Pavel Tupitsyn wrote: > Can you please try the workaround from the comments in the ticket? > > ClientConfiguration.setBinaryConfiguration(new > BinaryConfiguration().setCompactFooter(tru

Re: Unable to fetch cache data using thin client for composite keys

2021-11-08 Thread Pavel Tupitsyn
Can you please try the workaround from the comments in the ticket? ClientConfiguration.setBinaryConfiguration(new BinaryConfiguration().setCompactFooter(true)) On Sun, Nov 7, 2021 at 10:23 PM Ganguly Gundeboina wrote: > Hi Pavel, > > We are facing the same issue which is mentioned in the below

Re: Unable to fetch cache data using thin client for composite keys

2021-11-07 Thread Ganguly Gundeboina
Hi Pavel, We are facing the same issue which is mentioned in the below ticket. https://issues.apache.org/jira/projects/IGNITE/issues/IGNITE-10960?filter=allopenissues Is there any workaround for this? Regards, Gangaiah On Mon, Nov 8, 2021 at 12:37 AM Pavel Tupitsyn wrote: > Hi Gangaiah, > > 1

Re: Unable to fetch cache data using thin client for composite keys

2021-11-07 Thread Pavel Tupitsyn
Hi Gangaiah, 1. Can you please share a minimal reproducer? 2. Did it work before in 2.7.6? On Sun, Nov 7, 2021 at 9:21 PM Ganguly Gundeboina wrote: > Hi Igniters, > > > > We have upgraded to 2.11 from 2.7.6 and trying to use Ignite thin clients > in the latest version i.e. 2.11.0, we found one