Hi, I failed to reproduce it. Could you please provide more details? Some about nodes configuration, cache configurations, etc.
Also could you please provide a full stack trace of the exception? Thanks On Thu, Nov 18, 2021 at 11:50 AM 18624049226 <18624049...@163.com> wrote: > Hi, > > The following issue occurred in version 2.11 and not in version 2.10. > > create table test1(id varchar primary key, flag long); > > create index index_test1_flag on test1 (flag); > > insert into test1(id, flag) values('a1', 1); > > select * from test1 where flag<100*0.5; > > then ignite crashed. > > https://issues.apache.org/jira/browse/IGNITE-15943 > > >