Re: ContinuousQuery onUpdate

2016-07-05 Thread Alexey Goncharuk
Replied in the ticket.​


ContinuousQuery onUpdate

2016-07-05 Thread Andrey Velichko
Hello, I need help about issue 
https://issues.apache.org/jira/browse/IGNITE-2079


If there are Exceptions inside notifyCallback0, client lose 
eventonUpdatefor ContinuousQuery.setLocalListener

see line 674 of CacheContinuousQueryHandler.notifyCallback0

It is common situation when listener handler fails and event lost for 
listener.

What the best way delivery Exception for listener?
Maybe it is unbelievable situation whencache.put passed and listener 
handler fails?