Hello! I have confirmed this problem and we are working on it in https://issues.apache.org/jira/browse/IGNITE-9171 I have converted your reproducer to Ignite test, hope you don't mind.
There is a workaround in that you could add a parameter to your query, such as WHERE id > ?, and pass something like -1 to bind to this parameter, which should prevent the issue from occurring. Regards, -- Ilya Kasnacheev ср, 5 дек. 2018 г. в 16:21, yangjiajun <[email protected]>: > Hello. > > I test setQueryTimeout method to see whether it works or not because I try > to prevent long time queries from blocking other operations.According to my > test,this method has no effect.You can also see that I have already removed > it in my latest test code.The code is simple and reproduce my issue. > > > Hello! > > Why do you have setQueryTimeout here? What happens if you take it off? > > Regards, > -- > Ilya Kasnacheev > > > ср, 5 дек. 2018 г. в 09:17, yangjiajun <1371549332@>: > > > > > -- > Sent from: http://apache-ignite-users.70518.x6.nabble.com/ >
