You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ilya Lantukh (JIRA)" <ji...@apache.org> on 2018/03/13 13:53:00 UTC

[jira] [Created] (IGNITE-7934) Do not checkpoint pages from MOVING partitions

Ilya Lantukh created IGNITE-7934:
------------------------------------

             Summary: Do not checkpoint pages from MOVING partitions
                 Key: IGNITE-7934
                 URL: https://issues.apache.org/jira/browse/IGNITE-7934
             Project: Ignite
          Issue Type: Improvement
    Affects Versions: 2.4
            Reporter: Ilya Lantukh
            Assignee: Ilya Lantukh


To remove necessity to acquire checkpoint lock and write records to WAL while processing supply messages, it might be beneficial to skip pages from MOVING partitions during checkpointing. 

The only problem that it might cause is index consistency, which can be avoided by splitting rebalancing in 2 steps:
1. data preloading;
2. index rebuild.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)