[
https://issues.apache.org/jira/browse/IGNITE-16629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Amelchev Nikita updated IGNITE-16629:
-------------------------------------
Ignite Flags: Release Notes Required
> 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
> 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.1#820001)