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

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

     [ https://issues.apache.org/jira/browse/IGNITE-15943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Maksim Timonin reassigned IGNITE-15943:
---------------------------------------

    Assignee: Maksim Timonin

> 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
>            Assignee: Maksim Timonin
>            Priority: Minor
>
> 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)