You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "YuJue Li (Jira)" <ji...@apache.org> on 2021/11/18 08:47:00 UTC

[jira] [Created] (IGNITE-15943) Regression: Ignite node crash(CorruptedTreeException: B+Tree is corrupted)

YuJue Li created IGNITE-15943:
---------------------------------

             Summary: Regression: Ignite node crash(CorruptedTreeException: B+Tree is corrupted)
                 Key: IGNITE-15943
                 URL: https://issues.apache.org/jira/browse/IGNITE-15943
             Project: Ignite
          Issue Type: Bug
          Components: sql
    Affects Versions: 2.11
            Reporter: YuJue Li


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.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)