You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by glukos <gi...@git.apache.org> on 2017/08/28 15:17:03 UTC

[GitHub] ignite pull request #2530: Ignite 6204 - Backport optimizations of checkpoin...

GitHub user glukos opened a pull request:

    https://github.com/apache/ignite/pull/2530

    Ignite 6204 - Backport optimizations of checkpointing algorithm into 2.2

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-6204

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/2530.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #2530
    
----
commit a17683fe4bd8826f8ff5145343e55896b407400d
Author: Ivan Rakov <iv...@gmail.com>
Date:   2017-08-10T10:31:23Z

    IGNITE-5961 - Align pages in LFS partition files to pageSize
    
    (cherry picked from commit 3919d80)

commit b96659f54c43bed96f8b1e6c9ceb67a6dbebc0ac
Author: Alexey Goncharuk <al...@gmail.com>
Date:   2017-08-10T15:13:17Z

    IGNITE-5961 - Fixed pages() method for FilePageStore
    
    (cherry picked from commit 7199037)

commit 1808393b1c870b0c089cc495f070fcb75202d65d
Author: Ivan Rakov <iv...@gmail.com>
Date:   2017-08-17T12:54:21Z

    IGNITE-6033 Added sorted and multithreaded modes in checkpointing algorithm - Fixes #2441.
    
    Signed-off-by: Alexey Goncharuk <al...@gmail.com>
    
    (cherry picked from commit 69e6f8b)

commit 6423eb535e791f7c0b81ac2dddcbf5b3a73b9f11
Author: Dmitriy Govorukhin <dm...@gmail.com>
Date:   2017-08-22T13:34:31Z

    IGNITE-6154 fix incorrect check checkpoint pages
    
    (cherry picked from commit 474ecb8)

commit 7b9777eae0a821571b412ef923c77d129b92189e
Author: Ivan Rakov <iv...@gmail.com>
Date:   2017-08-22T14:03:42Z

    IGNITE-6154 also fixed check for WAL record
    
    (cherry picked from commit fa42218)

commit fd0aa3b7453f9cd8e3451ddd0c2d14cde586e793
Author: Ivan Rakov <iv...@gmail.com>
Date:   2017-08-24T15:18:31Z

    IGNITE-6178 Make CheckpointWriteOrder.SEQUENTIAL and checkpointingThreads=4 default in persistent store confguration
    
    (cherry picked from commit 6f279b0)

commit 958948d973962b7bb121fff79d5d200a7074874e
Author: Ivan Rakov <iv...@gmail.com>
Date:   2017-08-25T17:09:43Z

    IGNITE-6183 Make "Node crashed in the middle of checkpoint" message softer and more informative
    
    Signed-off-by: Andrey Gura <ag...@apache.org>
    
    (cherry picked from commit a1fab62)

commit 56a3acc905fda1176ff94bb0f5c499d278a99155
Author: Ivan Rakov <iv...@gmail.com>
Date:   2017-08-28T15:16:11Z

    IGNITE-6204 CE fix

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---