You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Konstantin Orlov (Jira)" <ji...@apache.org> on 2021/01/11 14:37:01 UTC

[jira] [Updated] (IGNITE-13973) Calcite integration. Query get frozen if assertion error was thrown

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

Konstantin Orlov updated IGNITE-13973:
--------------------------------------
    Description: 
Need to fix the issue and verify that assertion error on any stage of query planning/execution (this includes fragment splitting, serialisation and deserialisation phases) doesn't lead to freezes.

Mentioned problem could be reproduced for example as follow:
 1) place fake {{assert false}} inside {{IgniteMergeJoin(RelInput input)}}
 2) run {{CalciteQueryProcessorTest.query2()}}

  was:
Need to fix the issue and verify that assertion error on any stage of query planning/execution (this includes fragment splitting phase) doesn't lead to freezes.

Mentioned problem could be reproduced for example as follow:
1) place fake {{assert false}} inside {{IgniteMergeJoin(RelInput input)}}
2) run {{CalciteQueryProcessorTest.query2()}}


> Calcite integration. Query get frozen if assertion error was thrown
> -------------------------------------------------------------------
>
>                 Key: IGNITE-13973
>                 URL: https://issues.apache.org/jira/browse/IGNITE-13973
>             Project: Ignite
>          Issue Type: Bug
>          Components: sql
>            Reporter: Konstantin Orlov
>            Priority: Critical
>
> Need to fix the issue and verify that assertion error on any stage of query planning/execution (this includes fragment splitting, serialisation and deserialisation phases) doesn't lead to freezes.
> Mentioned problem could be reproduced for example as follow:
>  1) place fake {{assert false}} inside {{IgniteMergeJoin(RelInput input)}}
>  2) run {{CalciteQueryProcessorTest.query2()}}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)