You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Luchnikov Alexander (Jira)" <ji...@apache.org> on 2022/05/13 07:57:00 UTC

[jira] [Updated] (IGNITE-16629) Wrong calculation of replies count for queries with partition pruning and enabled parallelism

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

Luchnikov Alexander updated IGNITE-16629:
-----------------------------------------
    Labels: ise.lts  (was: )

> Wrong calculation of replies count for queries with partition pruning and enabled parallelism
> ---------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-16629
>                 URL: https://issues.apache.org/jira/browse/IGNITE-16629
>             Project: Ignite
>          Issue Type: Bug
>          Components: sql
>            Reporter: Yury Gerzhedovich
>            Assignee: Yury Gerzhedovich
>            Priority: Critical
>              Labels: ise.lts
>             Fix For: 2.13
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Currently a simple query is freezing forever if query parallelism is enabled and partition pruning extracts more than one partition. This caused by wrong replies count estimation made on a reducer node.
> The problematic query looks like this: {{{}select * from t where aff_key in ('a', 'b', 'c'){}}}.
> Please note that field _aff_key_ should be an affinity key and be a part of the compound PK.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)