Hi, When I start a continuous query listener while another client is deleting entries from the same cache, I observe the node and listener crash with this exception in the node:
err=java.lang.ClassCastException: java.lang.Object cannot be cast to java.util.List at org.apache.ignite.internal.processors.cache.query.continuous.CacheContinuousQueryEventBuffer.addResult(CacheContinuousQueryEventBuffer.java:330) using Ignite 2.10.0 Anyone know about this? Thanks
