You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by Jokser <gi...@git.apache.org> on 2018/03/14 11:52:16 UTC

[GitHub] ignite pull request #3633: IGNITE-7933 Checkpoint markers writing issues

GitHub user Jokser opened a pull request:

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

    IGNITE-7933 Checkpoint markers writing issues

    * Write checkpoint markers through temporary files
    * Stop node if markCheckpointBegin is failed
    * Reduced stop timeout
    * Use Runtime.halt() to kill JVM if node is not stopped within timeout

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

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

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

    https://github.com/apache/ignite/pull/3633.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 #3633
    
----
commit c9138c3ea9d6d79141aeedf02c7e27c3e2a487fe
Author: Pavel Kovalenko <jo...@...>
Date:   2018-03-14T11:51:01Z

    IGNITE-7933 Checkpoint markers writing issues:
    * Write checkpoint markers through temporary files
    * Stop node if markCheckpointBegin is failed
    * Reduced stop timeout
    * Use Runtime.halt() to kill JVM if node is not stopped within timeout

----


---

[GitHub] ignite pull request #3633: IGNITE-7933 Checkpoint markers writing issues

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

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


---