[jira] [Created] (IGNITE-6792) SQL fields query for huge replicated cache gives not correct count if rebalancing is in progress

classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[jira] [Created] (IGNITE-6792) SQL fields query for huge replicated cache gives not correct count if rebalancing is in progress

Anton Vinogradov (Jira)
Dmitriy Pavlov created IGNITE-6792:
--------------------------------------

             Summary: SQL fields query for huge replicated cache gives not correct count if rebalancing is in progress
                 Key: IGNITE-6792
                 URL: https://issues.apache.org/jira/browse/IGNITE-6792
             Project: Ignite
          Issue Type: Bug
      Security Level: Public (Viewable by anyone)
          Components: sql
    Affects Versions: 2.3
            Reporter: Dmitriy Pavlov


According to recent user-list question http://apache-ignite-users.70518.x6.nabble.com/Ignite-2-3-replicated-cache-lost-data-after-restart-cluster-nodes-with-persistence-enabled-td17612.html 
reproducing test was created.

This test creates one grid and loads 1 000 000 records to replicated cache. Persistent store is enabled.
Then second grid is connected and rebalancing is started.

We don't wait to rebalance is completely finished and run
select count(*) from Organization
and scan query.

Results returned by count in second node is less than initially loaded data amount



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)