Re: What is org.apache.ignite.IgniteCheckedException: Runtime failure on lookup row:

2022-02-15 Thread John Smith
It's weird. I dropped the table and recreated it without restarting the client applications and it started worked. This hapenned after upgrading from 2.8.1 to 2.12.0 What's even funnier. I did the upgrade on my dev cluster first and let everything run for a couple weeks just to be sure. On Tue.,

Re: Spatial index broken and breaking cluster when created (2.12.0)

2022-02-15 Thread Troilo, Rafael
Hi Maksim, thank you for your fast response. I attached you a very simple test case and hope that you can reproduce the exception(s). It also happens in an distributed environment with the server(s) on other nodes. Btw. it works as expected with ignite 2.10.0 and previous releases. And ve

Re: What is org.apache.ignite.IgniteCheckedException: Runtime failure on lookup row:

2022-02-15 Thread Maksim Timonin
Hi, It looks like you have a column with non-String type, but try to query it with a String argument. Could you please share your DDL for table and query parameters for this query? Thanks, Maksim On Tue, Feb 15, 2022 at 8:54 AM John Smith wrote: > Hi, on the client side I'm getting the below

Re: Spatial index broken and breaking cluster when created (2.12.0)

2022-02-15 Thread Maksim Timonin
Hi Rafael, I check the example from the paper you mentioned, and it works for me, for multiple clients too. Could you please provide code for your test case? Getting NPE is definitely a bug, and we should fix it. But maybe we have a workaround for your case. Thanks, Maksim On Mon, Feb 14, 2022