[ 
https://issues.apache.org/jira/browse/IGNITE-10508?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16724929#comment-16724929
 ] 

ASF GitHub Bot commented on IGNITE-10508:
-----------------------------------------

GitHub user dgovorukhin opened a pull request:

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

    IGNITE-10508 page memory updates

    Signed-off-by: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>

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

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

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

    https://github.com/apache/ignite/pull/5701.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 #5701
    
----
commit ca09cebcf7ab7a655dbba7543b150868e2de13ab
Author: Dmitriy Govorukhin <dmitriy.govorukhin@...>
Date:   2018-12-19T11:46:19Z

    IGNITE-10508 page memory updates
    
    Signed-off-by: Dmitriy Govorukhin <dmitriy.govoruk...@gmail.com>

----


> Need to support the new checkpoint feature not wait for the previous 
> operation to complete
> ------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-10508
>                 URL: https://issues.apache.org/jira/browse/IGNITE-10508
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Dmitriy Govorukhin
>            Assignee: Dmitriy Govorukhin
>            Priority: Major
>             Fix For: 2.8
>
>
> There are cases we should trigger the checkpoint, some operations will be 
> sure that all operation finished before the checkpoint. It is necessary to 
> support the possibility of run checkpoint without waiting for the completion 
> of the previous checkpoint.
> Solution:
> Merge checkpoint pages and append write new dirty pages to a current 
> checkpoint.
> Restrictions:
> Trigger new checkpoint should not wait for the previous checkpoint operation 
> completed.
>  - It should not break crash recovery mechanisms
>  - Only one merged is allow in the first implementation (potentially OOM, if 
> we will try to merge many checkpoint operations)



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

Reply via email to