You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ignite.apache.org by Maxim Muzafarov <mm...@apache.org> on 2022/02/01 14:56:11 UTC

Re: Critical System Error in ContinuousQuery processing node

Hello,

Can you attach the full stack trace and log, please?

On Thu, 27 Jan 2022 at 19:11, Mike Wiesenberg <mw...@gmail.com> wrote:
>
> 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