Re: IgniteDataStreamer with Continuous Query

2016-12-30 Thread Denis Magda
Hi, You need to put the continuous query execution statement out of the try-with-resource block. So, the code has to look like this QueryCursor> cur = stmCache.query(continuousQuery); for(Cache.Entry c : cur) {

Re: IgniteDataStreamer with Continuous Query

2016-12-30 Thread ANKIT SINGHAI
Can someone please have a look at below query? Thanks On Dec 29, 2016 2:13 PM, "Ankit Singhai" wrote: > Hi, > In my test case scenario I am pumping data into cache via data streamer > which has Created expiration policy of 60 seconds to have sliding window of > 60 seconds,

Re: Streaming Exception on client - nothing on server side

2016-12-30 Thread vkulichenko
Hi, Can you create a unit test that will reproduce the issue and share it with us? It's hard to tell anything having only this trace. -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Streaming-Exception-on-client-nothing-on-server-side-tp9807p9808.html

Streaming Exception on client - nothing on server side

2016-12-30 Thread bintisepaha
Hi, Can anyone help me with this exception? What does this mean? It happens in the below call from Client on serverCompute.run() Although we require serializable = false in our configuration, I have made these classes serializable too. But I still get the error. Why is there an

Re: Near cache can be used with SQL Database

2016-12-30 Thread vkulichenko
Hi, Can you please clarify the question? What are you trying to achieve? -Val -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Near-cache-can-be-used-with-SQL-Database-tp9805p9806.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.

Near cache can be used with SQL Database

2016-12-30 Thread Navneet Kumar
HI Local/Near cache supported with back end DB MySQL -- View this message in context: http://apache-ignite-users.70518.x6.nabble.com/Near-cache-can-be-used-with-SQL-Database-tp9805.html Sent from the Apache Ignite Users mailing list archive at Nabble.com.