Failed to parse query. Column "...._KEY" not found;SQL statement:

2021-05-25 Thread JP
Hi, I am with Apache Ignite V2.9.1.And using .net thin client to perform query on cache. And using cache query as SqlQuery. here is the query statement: SELECT * FROM "F2DEDF6E-393E-42BC-9BB3-E835A1063B30_6EFB69B0-269F-4F92-98CF-24BC0D34BA98_COMMON".CommonConstruction As t1 INNER JOIN

Re: Execute Ignite Callable Jobs with set priorities

2021-05-25 Thread Ilya Kasnacheev
Hello! I don't think so. Regards, -- Ilya Kasnacheev вт, 25 мая 2021 г. в 14:36, Krish : > ilya.kasnacheev wrote > > This means that Ignite prioritizing is a poor fit for you and you may > need > > to roll out your own, perhaps based on IgniteQueue. > > Does ignite provide priority queue

Re: Exception on CacheEntryProcessor invoke (2.10.0)

2021-05-25 Thread ihalilaltun
Hi, here is the debug log ignite.zip in the mean time i'll try to simplfy use case as you suggested. - İbrahim Halil Altun Senior Software Engineer @ Segmentify -- Sent from:

Re: Execute Ignite Callable Jobs with set priorities

2021-05-25 Thread Krish
ilya.kasnacheev wrote > This means that Ignite prioritizing is a poor fit for you and you may need > to roll out your own, perhaps based on IgniteQueue. Does ignite provide priority queue implementation of IgniteQueue interface? Thanks, Krish -- Sent from:

Threads are going into LockSupport.park and are not getting unpark

2021-05-25 Thread swara
Hi In our application suddenly ignite is getting Locked for 1 to 5 hours and then all threads are releasing at the same time and working normally. Below are the logs for LockSupport.park

Re: IN Operator not working with sub query on different cache

2021-05-25 Thread JP
Continue with previous query I also tried with distrubutedJoin=true in result no selected rows. But if am using inner join result is returning.for example query: SELECT * FROM "F2DEDF6E-393E-42BC-9BB3-E835A1063B30_6EFB69B0-269F-4F92-98CF-24BC0D34BA98_COMMON".CommonConstruction AS t1 INNER

Re: Exception on CacheEntryProcessor invoke (2.10.0)

2021-05-25 Thread Ilya Kasnacheev
Hello! I have checked your reproducer, I were not able to run it since it has a lot of dependencies, but there's a lot of going there: You have a scheduled method, which is run periodically and which executes code on the thread pool which calls these entry processors. I would recommend

IN Operator not working with sub query on different cache

2021-05-25 Thread JP
Hi, I am using apache Ignite v2.9.1 as .Net client server. I have two caches and each cache is belong to separate cache group. Not working query: SELECT * FROM "F2DEDF6E-393E-42BC-9BB3-E835A1063B30_6EFB69B0-269F-4F92-98CF-24BC0D34BA98_COMMON".CommonConstruction Where

Re: unsubscribe

2021-05-25 Thread Stephen Darlington
You need to send a message to user-unsubscr...@ignite.apache.org with subject “Unsubscribe" > On 24 May 2021, at 20:15, Mohammed Hagag wrote: > > > On Mon, May 24, 2021, 14:50 Naveen > wrote: > HI > > We are using