You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by Ivan Daschinsky <iv...@gmail.com> on 2020/10/12 13:43:43 UTC

Sql consistency when partition evicts.

Hi!
I found recently quite surprising on the first sight behaviour.

Scenario:
1. Start 2 node with indexed atomic partitioned cache with 0 backups.
2. Load sufficient amout of data (or emulate slow removal from idx)
4. Start another node.
4. Perform SELECT * FROM <TABLE>.

Due to partition eviction, number of returned rows from SQL are
sufficiently bigger than
expected. Reproducer is attached to jira issue [1]

Is this known issue? Is it expected behaviour due to our SQL indices design?

-------------
[1] -- https://issues.apache.org/jira/browse/IGNITE-13572

-- 
Sincerely yours, Ivan Daschinskiy