[
https://issues.apache.org/jira/browse/IGNITE-9841?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16668312#comment-16668312
]
Stanislav Lukyanov commented on IGNITE-9841:
--------------------------------------------
The PR adds a bunch of test cases to the
IgniteCachePartitionLossPolicySelfTest, including a persistence and ScanQuery
test cases.
Some of the test cases or individual checks fail due to various issues - added
the links to the JIRAs.
> SQL doesn't take lost partitions into account when persistence is enabled
> -------------------------------------------------------------------------
>
> Key: IGNITE-9841
> URL: https://issues.apache.org/jira/browse/IGNITE-9841
> Project: Ignite
> Issue Type: Bug
> Components: sql
> Reporter: Stanislav Lukyanov
> Assignee: Stanislav Lukyanov
> Priority: Major
> Attachments: IgniteSqlQueryWithLostPartitionsTest.java
>
>
> IGNITE-8927 changed SQL queries to honor lost partitions. However, it doesn't
> work if persistence is enabled. E.g. if there are lost partitions then
> `select * from T` fails for in-memory caches (good) and silently ignores the
> lost partitions for persistent caches (bad).
> See attached reproducer.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)