[
https://issues.apache.org/jira/browse/IGNITE-15943?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maksim Timonin updated IGNITE-15943:
------------------------------------
Description:
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.
was:
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.
> 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: Blocker
> Attachments: ignite-0d9a0e78.0.log
>
>
> 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)