[
https://issues.apache.org/jira/browse/IGNITE-4414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15742026#comment-15742026
]
Andrew Mashenkov commented on IGNITE-4414:
------------------------------------------
It seems there are 2 bugs in 1.8 release.
1. Local SqlFieldsQuery run without filtering primary\backup partitions at all.
It was fixed in [Ignite-4379|https://issues.apache.org/jira/browse/IGNITE-4379].
2. Second one was missed. Local SqlFieldsQuery ignores readFromBackup option.
[~skozlov], should I create separate ticket for fix or I can take this one?
Anyway, unit test can and will be implemented along with a fix.
> Add JUnit test for local queries against a partitoned cache with 2 backups
> --------------------------------------------------------------------------
>
> Key: IGNITE-4414
> URL: https://issues.apache.org/jira/browse/IGNITE-4414
> Project: Ignite
> Issue Type: Bug
> Affects Versions: 1.8
> Reporter: Sergey Kozlov
> Fix For: 2.0
>
>
> Add the JUnit test covers the following case:
> - partitioned cache with 2 backups (may be include backups=0,1 as well)
> - put 100 entries
> When I execute a local sql field query it returns more entries than the local
> size depending on the number of backup.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)